diff options
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 97f2328fefe..af4174fc5c0 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -7,8 +7,8 @@ BLORP_FILES = \ blorp/blorp_priv.h COMMON_FILES = \ - common/brw_device_info.c \ - common/brw_device_info.h + common/gen_device_info.c \ + common/gen_device_info.h GENXML_GENERATED_FILES = \ genxml/gen4_pack.h \ |