build system: Always add coreboot.pre dependency to intermediates
They all operate on that file, so just add it globally. Change-Id: I953975a4078d0f4a5ec0b6248f0dcedada69afb2 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
@@ -16,7 +16,7 @@ ecfw2.bin-position := $(CONFIG_KBC1126_FW2_OFFSET)
|
||||
ecfw2.bin-type := raw
|
||||
endif
|
||||
|
||||
$(call add_intermediate, kbc1126_ec_insert, $(obj)/coreboot.pre)
|
||||
$(call add_intermediate, kbc1126_ec_insert)
|
||||
ifeq ($(CONFIG_KBC1126_FIRMWARE),y)
|
||||
printf " Building kbc1126_ec_insert.\n"
|
||||
$(MAKE) -C util/kbc1126
|
||||
|
Reference in New Issue
Block a user