summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2015-06-03 10:18:04 -0700
committerEric Anholt <[email protected]>2015-06-09 12:25:50 -0700
commit8d10b2a0460ca01a5c65a87184717c6c2e4bcaeb (patch)
tree762465fe1e4aeb55413c8928ee3b1c6d8eef80ec /src/gallium/drivers/vc4/Makefile.sources
parente67b12eaf89acc9c446de77b77120a2f6cdbbe12 (diff)
vc4: Drop subdirectory in vc4 build.
Just because we put the source in a subdir, doesn't mean we need helper libraries in the build. This will also simplify the Android build setup.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index 49474df3548..f678b2fc0d3 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -1,4 +1,8 @@
C_SOURCES := \
+ kernel/vc4_drv.h \
+ kernel/vc4_gem.c \
+ kernel/vc4_validate.c \
+ kernel/vc4_validate_shaders.c \
vc4_blit.c \
vc4_bufmgr.c \
vc4_bufmgr.h \