From 6d5cc39a78caaa73d62a01e6a5c08351f1bc50b7 Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Fri, 1 Sep 2023 15:53:33 +0200 Subject: LinuxBoot/Makefile: initramfs not build for bzImage initramfs is not build when bzImage is selected Add build/initramfs dependency to build/bzImage BUG = N/A TEST = Built and boot facebook monolith Change-Id: I002202a0340347e78ce22024761d997605bd3f72 Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/77606 Reviewed-by: Maximilian Brune Tested-by: build bot (Jenkins) --- payloads/external/LinuxBoot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external') diff --git a/payloads/external/LinuxBoot/Makefile b/payloads/external/LinuxBoot/Makefile index 87066c2037..fc2c818983 100644 --- a/payloads/external/LinuxBoot/Makefile +++ b/payloads/external/LinuxBoot/Makefile @@ -33,7 +33,7 @@ endif ifeq ($(CONFIG_LINUXBOOT_KERNEL_BZIMAGE),y) -build/bzImage: $(kernel_dir)/arch/x86/boot/bzImage | build +build/bzImage: $(kernel_dir)/arch/x86/boot/bzImage build/initramfs | build cp $< $@ else ifeq ($(CONFIG_LINUXBOOT_KERNEL_UIMAGE),y) -- cgit v1.2.3