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:
Michael Niewöhner 2020-09-07 21:39:43 +02:00
parent 000193aa90
commit c521d1587c
1 changed files with 1 additions and 1 deletions

View File

@ -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