diff options
author | Thomas Hellstrom <[email protected]> | 2010-01-11 21:00:59 +0100 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2010-01-11 21:36:51 +0100 |
commit | 01eff0e6d23f90650de7c563f74a1aec3de112a6 (patch) | |
tree | 0fe1c3ec40e0824a19097a8e5cbede567f98eec0 | |
parent | 6d6c9c668894c393f7b6086fe0a4234939656865 (diff) |
util: Build u_bitmask.o when using make.
Signed-off-by: Thomas Hellstrom <[email protected]>
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 7e47ec6d3ba..55990481923 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -4,6 +4,7 @@ include $(TOP)/configs/current LIBNAME = util C_SOURCES = \ + u_bitmask.c \ u_debug.c \ u_debug_dump.c \ u_debug_symbol.c \ |