diff options
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index b07362f4f9a..dbdfffe7a4f 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -1,4 +1,5 @@ C_SOURCES := \ + core/intel_winsys.h \ ilo_blit.c \ ilo_blit.h \ ilo_blitter.c \ @@ -56,7 +57,6 @@ C_SOURCES := \ ilo_transfer.h \ ilo_video.c \ ilo_video.h \ - intel_winsys.h \ \ shader/ilo_shader_cs.c \ shader/ilo_shader_fs.c \ |