payloads/external/GRUB2: Only rebuild on config changes
Change-Id: I376eea9a3e02b03010fc5c5a05199ea7b2813220 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/20991 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
3
payloads/external/Makefile.inc
vendored
3
payloads/external/Makefile.inc
vendored
@@ -152,11 +152,12 @@ payloads/external/FILO/filo/build/version.h: filo
|
||||
|
||||
# Grub
|
||||
|
||||
grub2:
|
||||
grub2: $(obj)/config.h
|
||||
$(MAKE) -C payloads/external/GRUB2 \
|
||||
HOSTCC="$(HOSTCC)" \
|
||||
CC="$(CC_x86_32)" LD="$(LD_x86_32)" \
|
||||
OBJCOPY="$(OBJCOPY_x86_32)" STRIP="$(STRIP_x86_32)" \
|
||||
CONFIG_DEP="$(abspath $(obj)/config.h)" \
|
||||
CONFIG_GRUB2_MASTER=$(CONFIG_GRUB2_MASTER) \
|
||||
CONFIG_GRUB2_REVISION=$(CONFIG_GRUB2_REVISION) \
|
||||
CONFIG_GRUB2_REVISION_ID=$(CONFIG_GRUB2_REVISION_ID) \
|
||||
|
Reference in New Issue
Block a user