aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/dmi/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/dmi/Makefile.inc')
-rw-r--r--src/soc/intel/common/block/dmi/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/dmi/Makefile.inc b/src/soc/intel/common/block/dmi/Makefile.inc
new file mode 100644
index 0000000000..7d013c96bc
--- /dev/null
+++ b/src/soc/intel/common/block/dmi/Makefile.inc
@@ -0,0 +1,7 @@
+ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_DMI), y)
+
+bootblock-y += dmi.c
+romstage-y += dmi.c
+ramstage-y += dmi.c
+
+endif