From 9231f0b92a3735bbdb638b8ad92832eaaddb9b8b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 28 Oct 2022 22:39:23 -0600 Subject: soc: Add SPDX license headers to Makefiles Signed-off-by: Martin Roth Change-Id: Ic875708697f07b6dae09d27dbd67eb8b960749f0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68984 Tested-by: build bot (Jenkins) Reviewed-by: Sean Rhodes --- src/soc/intel/baytrail/Makefile.inc | 1 + src/soc/intel/baytrail/romstage/Makefile.inc | 1 + 2 files changed, 2 insertions(+) (limited to 'src/soc/intel/baytrail') diff --git a/src/soc/intel/baytrail/Makefile.inc b/src/soc/intel/baytrail/Makefile.inc index 2bd558d5da..281175c9a8 100644 --- a/src/soc/intel/baytrail/Makefile.inc +++ b/src/soc/intel/baytrail/Makefile.inc @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only ifeq ($(CONFIG_SOC_INTEL_BAYTRAIL),y) subdirs-y += romstage diff --git a/src/soc/intel/baytrail/romstage/Makefile.inc b/src/soc/intel/baytrail/romstage/Makefile.inc index 58d7889917..95e69ec237 100644 --- a/src/soc/intel/baytrail/romstage/Makefile.inc +++ b/src/soc/intel/baytrail/romstage/Makefile.inc @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only romstage-y += ../../../../cpu/intel/car/romstage.c romstage-y += romstage.c romstage-y += raminit.c -- cgit v1.2.3