mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
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:
parent
70fa53be5e
commit
79d09a4b12
2 changed files with 1 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue