diff options
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 6 |
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 \ |