summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/basecode
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/basecode')
-rw-r--r--src/soc/intel/common/basecode/Makefile.inc1
-rw-r--r--src/soc/intel/common/basecode/debug/Makefile.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/basecode/Makefile.inc b/src/soc/intel/common/basecode/Makefile.inc
index 7fdd0e544b..4037484cf8 100644
--- a/src/soc/intel/common/basecode/Makefile.inc
+++ b/src/soc/intel/common/basecode/Makefile.inc
@@ -1,3 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_INTEL_COMMON_BASECODE),y)
subdirs-y += ./*
diff --git a/src/soc/intel/common/basecode/debug/Makefile.inc b/src/soc/intel/common/basecode/debug/Makefile.inc
index 750f88f488..9cf4b2bc2f 100644
--- a/src/soc/intel/common/basecode/debug/Makefile.inc
+++ b/src/soc/intel/common/basecode/debug/Makefile.inc
@@ -1,2 +1,3 @@
+## SPDX-License-Identifier: GPL-2.0-only
romstage-$(CONFIG_SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE) += debug_feature.c
ramstage-$(CONFIG_SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE) += debug_feature.c