summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-06-12 14:02:37 +0800
committerChia-I Wu <[email protected]>2015-06-15 01:06:44 +0800
commita0bb1c2d1787cf2bd14620bf81d6d59cebfa766a (patch)
treedf0a54dd866c1e1b1e55f6079be1f9d608ff93ec /src/gallium/drivers/ilo/Makefile.sources
parent1ccab943b66de70b49cdbf3f14071fec9fe833cc (diff)
ilo: add ilo_state_sbe
We want to replace ilo_kernel_routing with ilo_state_sbe.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r--src/gallium/drivers/ilo/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources
index 3d330f87d78..4a27cefe932 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -29,6 +29,8 @@ C_SOURCES := \
core/ilo_state_raster.h \
core/ilo_state_sampler.c \
core/ilo_state_sampler.h \
+ core/ilo_state_sbe.c \
+ core/ilo_state_sbe.h \
core/ilo_state_sol.c \
core/ilo_state_sol.h \
core/ilo_state_surface.c \