diff options
author | Chia-I Wu <[email protected]> | 2013-04-16 18:09:01 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-04-26 16:16:43 +0800 |
commit | 67233b56d627c3bfd948e7e8e7fef21368bbe70e (patch) | |
tree | e053088fbbe86be307e55928193019d286f3127b /src/gallium/drivers/ilo/Makefile.sources | |
parent | d3602dfac6fbd93173c34e46f1d54976ae1215ec (diff) |
ilo: add GEN7 GPE
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 d63984302aa..f897166f763 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -5,6 +5,7 @@ C_SOURCES := \ ilo_cp.c \ ilo_format.c \ ilo_gpe_gen6.c \ + ilo_gpe_gen7.c \ ilo_gpgpu.c \ ilo_query.c \ ilo_resource.c \ |