diff options
author | Emil Velikov <[email protected]> | 2014-10-14 16:10:50 +0100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-10-16 10:00:14 +0100 |
commit | 79d09a4b125e745cc89f9bca336619cbd44d9f95 (patch) | |
tree | 0e3679f0a6388b58a3299af5b8568f826ece2649 /src/gallium/drivers/vc4/kernel | |
parent | 70fa53be5ec5d46b41f0f81297f111fd8dc410b7 (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc4/kernel')
-rw-r--r-- | src/gallium/drivers/vc4/kernel/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/kernel/Makefile.sources b/src/gallium/drivers/vc4/kernel/Makefile.sources index d1d70dd8284..7d17a898ebf 100644 --- a/src/gallium/drivers/vc4/kernel/Makefile.sources +++ b/src/gallium/drivers/vc4/kernel/Makefile.sources @@ -1,4 +1,5 @@ C_SOURCES := \ + vc4_drv.h \ vc4_gem.c \ vc4_validate.c \ vc4_validate_shaders.c \ |