diff options
author | Chia-I Wu <[email protected]> | 2015-06-12 14:02:37 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-15 01:06:44 +0800 |
commit | a0bb1c2d1787cf2bd14620bf81d6d59cebfa766a (patch) | |
tree | df0a54dd866c1e1b1e55f6079be1f9d608ff93ec /src/gallium/drivers/ilo/Makefile.sources | |
parent | 1ccab943b66de70b49cdbf3f14071fec9fe833cc (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.sources | 2 |
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 \ |