summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2014-09-12 11:11:47 +0800
committerChia-I Wu <[email protected]>2014-09-12 16:58:30 +0800
commit50d2d9a69dab5e9b004292084d6d0ee821c981d8 (patch)
treea926e8f2d70456c1c26c07ecb55e416c7ccfa44e /src/gallium/drivers/ilo/Makefile.sources
parent521887f9fd186c8dd39457f2f54be889558676bc (diff)
ilo: move MI functions to ilo_builder_mi.h
Have a centralized place for MI functions, and remove the duplicated gen6_MI_LOAD_REGISTER_IMM().
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r--src/gallium/drivers/ilo/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources
index 07589ce5632..8e56d1cfa53 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -17,6 +17,7 @@ C_SOURCES := \
ilo_builder.c \
ilo_builder.h \
ilo_builder_decode.c \
+ ilo_builder_mi.h \
ilo_common.h \
ilo_context.c \
ilo_context.h \