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:
committed by
Eric Anholt
parent
70fa53be5e
commit
79d09a4b12
@@ -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 \
|
||||
$()
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
C_SOURCES := \
|
||||
vc4_drv.h \
|
||||
vc4_gem.c \
|
||||
vc4_validate.c \
|
||||
vc4_validate_shaders.c \
|
||||
|
||||
Reference in New Issue
Block a user