summaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r--src/mainboard/google/reef/Makefile.inc2
-rw-r--r--src/mainboard/google/reef/variants/baseboard/Makefile.inc2
-rw-r--r--src/mainboard/google/reef/variants/coral/Makefile.inc2
-rw-r--r--src/mainboard/google/reef/variants/pyro/Makefile.inc2
-rw-r--r--src/mainboard/google/reef/variants/snappy/Makefile.inc2
5 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Makefile.inc b/src/mainboard/google/reef/Makefile.inc
index dd49610f89..accb4633f3 100644
--- a/src/mainboard/google/reef/Makefile.inc
+++ b/src/mainboard/google/reef/Makefile.inc
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
bootblock-y += bootblock.c
bootblock-y += ec.c
diff --git a/src/mainboard/google/reef/variants/baseboard/Makefile.inc b/src/mainboard/google/reef/variants/baseboard/Makefile.inc
index 1484261aed..8ee85aff93 100644
--- a/src/mainboard/google/reef/variants/baseboard/Makefile.inc
+++ b/src/mainboard/google/reef/variants/baseboard/Makefile.inc
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
bootblock-y += gpio.c
romstage-y += gpio.c
diff --git a/src/mainboard/google/reef/variants/coral/Makefile.inc b/src/mainboard/google/reef/variants/coral/Makefile.inc
index 440ec9c545..9ec0276a09 100644
--- a/src/mainboard/google/reef/variants/coral/Makefile.inc
+++ b/src/mainboard/google/reef/variants/coral/Makefile.inc
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
bootblock-y += gpio.c
ramstage-y += mainboard.c
diff --git a/src/mainboard/google/reef/variants/pyro/Makefile.inc b/src/mainboard/google/reef/variants/pyro/Makefile.inc
index fd45b948ff..be05cd4e5c 100644
--- a/src/mainboard/google/reef/variants/pyro/Makefile.inc
+++ b/src/mainboard/google/reef/variants/pyro/Makefile.inc
@@ -1 +1,3 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
romstage-y += memory.c
diff --git a/src/mainboard/google/reef/variants/snappy/Makefile.inc b/src/mainboard/google/reef/variants/snappy/Makefile.inc
index f3c87b2318..ffdfd17716 100644
--- a/src/mainboard/google/reef/variants/snappy/Makefile.inc
+++ b/src/mainboard/google/reef/variants/snappy/Makefile.inc
@@ -1 +1,3 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
ramstage-y += mainboard.c