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