diff options
author | Dylan Baker <[email protected]> | 2018-09-20 14:35:36 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-10-30 14:32:52 -0700 |
commit | 078b3cdb34202c0d4b23b7f8723cd92081240ed5 (patch) | |
tree | 904a7733fc1b46d7e081f810c100cb5e38619d1f /src/gallium/auxiliary/Makefile.sources | |
parent | 389d59c72a903b5a9dc36ba63d01df4f8be84828 (diff) |
gallium/util: start splitting u_debug into generic and gallium specific components
In order to pull u_debug into src/util we need to break the generically
useful bits from the bits that are tightly coupled to gallium.
Tested-by: Brian Paul <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 94851210142..923ffb2383c 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -228,6 +228,8 @@ C_SOURCES := \ util/u_cpu_detect.h \ util/u_debug.c \ util/u_debug.h \ + util/u_debug_gallium.h \ + util/u_debug_gallium.c \ util/u_debug_describe.c \ util/u_debug_describe.h \ util/u_debug_flush.c \ |