summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 0a16e2398c9..72901db901c 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -14,8 +14,6 @@ COMMON_FILES = \
common/gen_decoder.c \
common/gen_decoder.h \
common/gen_defines.h \
- common/gen_device_info.c \
- common/gen_device_info.h \
common/gen_l3_config.c \
common/gen_l3_config.h \
common/gen_urb_config.c \
@@ -124,6 +122,10 @@ COMPILER_FILES = \
COMPILER_GENERATED_FILES = \
compiler/brw_nir_trig_workarounds.c
+DEV_FILES = \
+ dev/gen_device_info.c \
+ dev/gen_device_info.h
+
GENXML_XML_FILES = \
genxml/gen4.xml \
genxml/gen45.xml \