mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 07:06:42 +00:00
remove double bzImage build and unneeded initrd.img buld
This commit is contained in:
parent
a8761d4c83
commit
13c4d98971
10
Makefile
10
Makefile
@ -58,7 +58,6 @@ $(linux_dir)/.config: $(linux_config)
|
|||||||
make -C "$(linux_dir)" oldconfig
|
make -C "$(linux_dir)" oldconfig
|
||||||
|
|
||||||
$(linux_dir)/arch/x86/boot/bzImage: $(linux_dir) $(linux_dir)/.config
|
$(linux_dir)/arch/x86/boot/bzImage: $(linux_dir) $(linux_dir)/.config
|
||||||
make -C "$(linux_dir)" -j 8
|
|
||||||
make -C "$(linux_dir)" bzImage
|
make -C "$(linux_dir)" bzImage
|
||||||
ls -Fla "$@"
|
ls -Fla "$@"
|
||||||
|
|
||||||
@ -82,14 +81,7 @@ $(coreboot_dir)/util/crossgcc/xgcc/bin/iasl:
|
|||||||
$(coreboot_dir)/bzImage: $(linux_dir)/arch/x86/boot/bzImage
|
$(coreboot_dir)/bzImage: $(linux_dir)/arch/x86/boot/bzImage
|
||||||
cp "$<" "$@"
|
cp "$<" "$@"
|
||||||
|
|
||||||
$(coreboot_dir)/initrd.img: FORCE
|
# initrd image is now included by the Linux kernel build process
|
||||||
echo '*** Building initrd ***'
|
|
||||||
( cd initrd && \
|
|
||||||
find . \
|
|
||||||
| cpio --quiet -H newc -o \
|
|
||||||
) | bzip2 -9 > "$@"
|
|
||||||
|
|
||||||
|
|
||||||
initrd: \
|
initrd: \
|
||||||
initrd/bin/busybox \
|
initrd/bin/busybox \
|
||||||
initrd/sbin/kexec \
|
initrd/sbin/kexec \
|
||||||
|
Loading…
Reference in New Issue
Block a user