lib/Makefile.inc: drop redundant conditional on CONFIG_HAVE_SPD_IN_CBFS
Change-Id: I56d13540b2c6b66d5c674ae3d5bab0ac9505df58 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45154 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
000193aa90
commit
c521d1587c
|
@ -367,7 +367,7 @@ $(LIB_SPD_BIN): $(LIB_SPD_DEPS)
|
||||||
done; \
|
done; \
|
||||||
done > $@
|
done > $@
|
||||||
|
|
||||||
cbfs-files-$(CONFIG_HAVE_SPD_IN_CBFS) += spd.bin
|
cbfs-files-y += spd.bin
|
||||||
spd.bin-file := $(LIB_SPD_BIN)
|
spd.bin-file := $(LIB_SPD_BIN)
|
||||||
spd.bin-type := spd
|
spd.bin-type := spd
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue