diff options
author | Chia-I Wu <[email protected]> | 2015-05-01 15:07:13 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-05-02 22:14:06 +0800 |
commit | 8ab18262c5984736b11b28a30a7facda0d6c65e8 (patch) | |
tree | bfe0279205784550a50d0d034a10ce20351b7944 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 3afbeb115ab19164fb2e5bf8df88b6d03d39254b (diff) |
ilo: add ilo_buffer.h to core
Rename the original ilo_buffer to ilo_buffer_resource to avoid name conflict.
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 f1a7ef522f2..fbb33b4e10a 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -1,4 +1,5 @@ C_SOURCES := \ + core/ilo_buffer.h \ core/ilo_core.h \ core/ilo_debug.c \ core/ilo_debug.h \ |