From 2befac7e13a859a6b3952b3cbfbe9b6e50cef327 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Mon, 20 Mar 2017 18:02:05 -0400 Subject: [PATCH] bzImage source was wrong (issue #62) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acefa8c..a649594 100644 --- a/Makefile +++ b/Makefile @@ -301,7 +301,7 @@ $(build)/$(coreboot_dir)/initrd.cpio.xz: initrd.cpio > "$@" # hack for the coreboot to find the linux kernel -$(build)/$(coreboot_dir)/bzImage: linux.intermediate +$(build)/$(coreboot_dir)/bzImage: $(build)/$(linux_dir)/arch/x86/boot/bzImage @echo "$(DATE) Copying $@" @cp -a "$^" "$@" coreboot.intermediate: $(build)/$(coreboot_dir)/bzImage