Furquan Shaikh has submitted this change. ( https://review.coreboot.org/c/coreboot/+/42204 )
Change subject: templates: remove Dedede and Volteer Makefile.inc ......................................................................
templates: remove Dedede and Volteer Makefile.inc
SPD sources for Dedede and Volteer are being auto-generated by SPD tools now, and so we can remove SPD_SOURCES from Makefile.inc for those templates. That makes Makefile.inc empty for those reference boards, so remove Makefile.inc from the templates.
BUG=b:158492307 BRANCH=None TEST=Create new variant of volteer, waddledee, and waddledoo, and verify that we can still build the coreboot image.
Signed-off-by: Paul Fagerburg pfagerburg@google.com Change-Id: Iba5264384302300cc8d2256a6b43f3353770154a Reviewed-on: https://review.coreboot.org/c/coreboot/+/42204 Reviewed-by: Furquan Shaikh furquan@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- D util/mainboard/google/volteer/template/Makefile.inc D util/mainboard/google/waddledee/template/Makefile.inc D util/mainboard/google/waddledoo/template/Makefile.inc 3 files changed, 0 insertions(+), 10 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved
diff --git a/util/mainboard/google/volteer/template/Makefile.inc b/util/mainboard/google/volteer/template/Makefile.inc deleted file mode 100644 index 61b23ed..0000000 --- a/util/mainboard/google/volteer/template/Makefile.inc +++ /dev/null @@ -1,4 +0,0 @@ -## -## SPDX-License-Identifier: GPL-2.0-only - -SPD_SOURCES = diff --git a/util/mainboard/google/waddledee/template/Makefile.inc b/util/mainboard/google/waddledee/template/Makefile.inc deleted file mode 100644 index 6861194..0000000 --- a/util/mainboard/google/waddledee/template/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -## SPDX-License-Identifier: GPL-2.0-or-later - -SPD_SOURCES += empty #0b0000 diff --git a/util/mainboard/google/waddledoo/template/Makefile.inc b/util/mainboard/google/waddledoo/template/Makefile.inc deleted file mode 100644 index fd8d126..0000000 --- a/util/mainboard/google/waddledoo/template/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -## SPDX-License-Identifier: GPL-2.0-or-later - -SPD_SOURCES = empty #0b0000