aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2014-09-20 00:30:52 +0800
committerChia-I Wu <[email protected]>2014-09-20 10:13:53 +0800
commit4a8a6ce154b4284da0160e8d88e330e1a26bea78 (patch)
tree8c355d9b3cb9ae8ca85e0432db050b4a802b78c4 /src/gallium/drivers/ilo/Makefile.sources
parent3cb383c1c9174a6ca4c9135e3962723c7ddb9f78 (diff)
ilo: rename ilo_gpe_gen*.[ch]
Rename them to ilo_state_gen*.[ch].
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r--src/gallium/drivers/ilo/Makefile.sources6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources
index 0a631e809af..de3bb67cd72 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -31,9 +31,6 @@ C_SOURCES := \
ilo_cp.h \
ilo_format.c \
ilo_format.h \
- ilo_gpe_gen6.c \
- ilo_gpe_gen6.h \
- ilo_gpe_gen7.c \
ilo_gpe.h \
ilo_gpgpu.c \
ilo_gpgpu.h \
@@ -50,6 +47,9 @@ C_SOURCES := \
ilo_shader.h \
ilo_state.c \
ilo_state.h \
+ ilo_state_gen.h \
+ ilo_state_gen6.c \
+ ilo_state_gen7.c \
ilo_transfer.c \
ilo_transfer.h \
ilo_video.c \