mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
bzImage source was wrong (issue #62)
This commit is contained in:
parent
e7f2bca297
commit
2befac7e13
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user