diff options
author | Eric Anholt <[email protected]> | 2019-02-27 11:12:59 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-03-11 13:13:52 -0700 |
commit | 0533d2d95c0df559e78de3bfeb8e8ae5b7fc8140 (patch) | |
tree | 3e6ef85a99e81b42e529242b449f1afb10a69f4a /src/util/Makefile.sources | |
parent | 5f0a922c277639abfd03c27c160b327a7889162b (diff) |
util: Add a DAG datastructure.
I keep writing this for various schedulers.
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index f09b89b3be5..541cb6b85be 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -7,6 +7,8 @@ MESA_UTIL_FILES := \ build_id.h \ crc32.c \ crc32.h \ + dag.c \ + dag.h \ debug.c \ debug.h \ disk_cache.c \ |