summaryrefslogtreecommitdiff
path: root/src/drivers/uart
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/uart')
-rw-r--r--src/drivers/uart/Makefile.inc2
-rw-r--r--src/drivers/uart/acpi/Makefile.inc2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/uart/Makefile.inc b/src/drivers/uart/Makefile.inc
index 912a6847d9..9fd1fb3998 100644
--- a/src/drivers/uart/Makefile.inc
+++ b/src/drivers/uart/Makefile.inc
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
ifeq ($(CONFIG_DRIVERS_UART),y)
romstage-y += util.c
diff --git a/src/drivers/uart/acpi/Makefile.inc b/src/drivers/uart/acpi/Makefile.inc
index 848deac9b9..3cf4514d21 100644
--- a/src/drivers/uart/acpi/Makefile.inc
+++ b/src/drivers/uart/acpi/Makefile.inc
@@ -1 +1,3 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
ramstage-$(CONFIG_DRIVERS_UART_ACPI) += acpi.c