From c521d1587c225682e9af750a38e3f6bc42af342f Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Mon, 7 Sep 2020 21:39:43 +0200 Subject: lib/Makefile.inc: drop redundant conditional on CONFIG_HAVE_SPD_IN_CBFS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I56d13540b2c6b66d5c674ae3d5bab0ac9505df58 Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/45154 Reviewed-by: Felix Singer Reviewed-by: Tim Wawrzynczak Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/lib/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 62f10be2ea..73077f7dcd 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -367,7 +367,7 @@ $(LIB_SPD_BIN): $(LIB_SPD_DEPS) done; \ done > $@ -cbfs-files-$(CONFIG_HAVE_SPD_IN_CBFS) += spd.bin +cbfs-files-y += spd.bin spd.bin-file := $(LIB_SPD_BIN) spd.bin-type := spd endif -- cgit v1.2.3