vc4: correctly include the source files
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 14 Oct 2014 15:10:50 +0000 (16:10 +0100)
committerEric Anholt <eric@anholt.net>
Thu, 16 Oct 2014 09:00:14 +0000 (10:00 +0100)
The kernel files are built into a separate static library and
all the functions that require it are already wrapped in ifdef
USE_VC4_SIMULATOR. Don't forget the header file :)

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/vc4/Makefile.sources
src/gallium/drivers/vc4/kernel/Makefile.sources

index 1befb9f676f73321053aaffd9ff12d8c2ab5f06f..23365659c3a7d3d5ef2e1eaa129e92a34b2c1465 100644 (file)
@@ -36,7 +36,4 @@ C_SOURCES := \
        vc4_state.c \
        vc4_tiling.c \
        vc4_tiling.h \
-       kernel/vc4_gem.c \
-       kernel/vc4_validate.c \
-       kernel/vc4_validate_shaders.c \
        $()
index d1d70dd8284714d584c805244247f8379090db5c..7d17a898ebfe81aa4ab3463c3a190e6791976839 100644 (file)
@@ -1,4 +1,5 @@
 C_SOURCES := \
+       vc4_drv.h \
        vc4_gem.c \
        vc4_validate.c \
        vc4_validate_shaders.c \