bzImage source was wrong (issue #62)

This commit is contained in:
Trammell Hudson 2017-03-20 18:02:05 -04:00
parent e7f2bca297
commit 2befac7e13
Failed to extract signature

View File

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