diff options
author | Chia-I Wu <[email protected]> | 2015-03-08 04:16:34 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-05-02 22:14:05 +0800 |
commit | a5797873d054b2fa6c4aec460ca56dacb153bf02 (patch) | |
tree | 8bd1fd7f8453d16c42db7f0651a651be0a47e800 /src/gallium/drivers/ilo/Makefile.sources | |
parent | bbe91576b7f5d69dc201f411cce5e619498cfef5 (diff) |
ilo: add ilo_core.h to core
ilo_core.h includes the common gallium headers that were included in
ilo_common.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 dbdfffe7a4f..be5afb144cd 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -1,4 +1,5 @@ C_SOURCES := \ + core/ilo_core.h \ core/intel_winsys.h \ ilo_blit.c \ ilo_blit.h \ |