summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-08-04 15:31:46 +0200
committerNicolai Hähnle <[email protected]>2017-08-22 09:50:31 +0200
commit1cc2fd57d1def9f191a3479628497743d670e02d (patch)
treead9a44748659fdd8d32315bbb9a3d1945e9cb75e /src/gallium/auxiliary/Makefile.sources
parentb3a481779be4f329124bc68293c0a381b0f79cd0 (diff)
util: add chunk logging module
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 9ae8e6c8ca5..2adc60ca657 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -260,6 +260,8 @@ C_SOURCES := \
util/u_keymap.h \
util/u_linear.c \
util/u_linear.h \
+ util/u_log.c \
+ util/u_log.h \
util/u_math.c \
util/u_math.h \
util/u_memory.h \