diff options
author | Chia-I Wu <[email protected]> | 2015-03-08 04:22:19 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-05-02 22:14:06 +0800 |
commit | b3197fe5f4bfd3f75e6bb64c05c2709bb7985b2c (patch) | |
tree | 1fabb56fd4a600f6c690ec98f3047d74b373e337 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 7bb4fa72c04459c800be8ab79690da07e426d71c (diff) |
ilo: add ilo_dev.h to core
Move what are remaining in ilo_common.h (that is, ilo_dev_*) to ilo_dev.h.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 61c737b150d..3cd3ce13a7a 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -2,6 +2,7 @@ C_SOURCES := \ core/ilo_core.h \ core/ilo_debug.c \ core/ilo_debug.h \ + core/ilo_dev.h \ core/intel_winsys.h \ ilo_blit.c \ ilo_blit.h \ |