vc4: correctly include the source files

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>
This commit is contained in:
Emil Velikov 2014-10-14 16:10:50 +01:00 committed by Eric Anholt
parent 70fa53be5e
commit 79d09a4b12
2 changed files with 1 additions and 3 deletions

View 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 \
$()

View file

@ -1,4 +1,5 @@
C_SOURCES := \
vc4_drv.h \
vc4_gem.c \
vc4_validate.c \
vc4_validate_shaders.c \