diff options
author | Chia-I Wu <[email protected]> | 2014-09-20 00:34:47 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-20 10:13:53 +0800 |
commit | 284d767be0589143d5c20fdf1f3b52cadf2663f6 (patch) | |
tree | cae460db703304752253313a99f8f3af3b95dc98 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 4a8a6ce154b4284da0160e8d88e330e1a26bea78 (diff) |
ilo: merge ilo_gpe.h to ilo_state*.h
Move the #define's and struct's to ilo_state.h. Move the inline functions and
function declarations to ilo_state_gen.h.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index de3bb67cd72..f88e0d56d59 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -31,7 +31,6 @@ C_SOURCES := \ ilo_cp.h \ ilo_format.c \ ilo_format.h \ - ilo_gpe.h \ ilo_gpgpu.c \ ilo_gpgpu.h \ ilo_layout.c \ |