diff options
Diffstat (limited to 'src/drivers/pc80')
-rw-r--r-- | src/drivers/pc80/pc/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/pc80/rtc/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/pc80/tpm/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/pc80/vga/Makefile.inc | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/pc80/pc/Makefile.inc b/src/drivers/pc80/pc/Makefile.inc index 7cf2957e7b..c5060116a7 100644 --- a/src/drivers/pc80/pc/Makefile.inc +++ b/src/drivers/pc80/pc/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + ifeq ($(CONFIG_ARCH_X86),y) ramstage-y += isa-dma.c diff --git a/src/drivers/pc80/rtc/Makefile.inc b/src/drivers/pc80/rtc/Makefile.inc index 5f6055e872..9d248780b1 100644 --- a/src/drivers/pc80/rtc/Makefile.inc +++ b/src/drivers/pc80/rtc/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + ifeq ($(CONFIG_ARCH_X86),y) all-$(CONFIG_DRIVERS_MC146818) += mc146818rtc_boot.c diff --git a/src/drivers/pc80/tpm/Makefile.inc b/src/drivers/pc80/tpm/Makefile.inc index 859233712b..384bc40e70 100644 --- a/src/drivers/pc80/tpm/Makefile.inc +++ b/src/drivers/pc80/tpm/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + ifeq ($(CONFIG_MEMORY_MAPPED_TPM),y) all-y += tis.c endif diff --git a/src/drivers/pc80/vga/Makefile.inc b/src/drivers/pc80/vga/Makefile.inc index f7ec2b5025..63ec6ba6ae 100644 --- a/src/drivers/pc80/vga/Makefile.inc +++ b/src/drivers/pc80/vga/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + ifeq ($(CONFIG_ARCH_X86),y) romstage-$(CONFIG_ROMSTAGE_VGA) += vga_io.c |