summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r--src/gallium/drivers/ilo/Makefile.sources4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources
index c19801e7281..661f3f12f3e 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -17,6 +17,10 @@ C_SOURCES := \
ilo_shader.c \
ilo_state.c \
ilo_video.c \
+ shader/ilo_shader_cs.c \
+ shader/ilo_shader_fs.c \
+ shader/ilo_shader_gs.c \
+ shader/ilo_shader_vs.c \
shader/toy_compiler.c \
shader/toy_compiler_asm.c \
shader/toy_compiler_disasm.c \