From 4a8a6ce154b4284da0160e8d88e330e1a26bea78 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sat, 20 Sep 2014 00:30:52 +0800 Subject: ilo: rename ilo_gpe_gen*.[ch] Rename them to ilo_state_gen*.[ch]. --- src/gallium/drivers/ilo/Makefile.sources | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gallium/drivers/ilo/Makefile.sources') 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 \ -- cgit v1.2.3