Skip to content

Commit 13c4d98

Browse files
committed
remove double bzImage build and unneeded initrd.img buld
1 parent a8761d4 commit 13c4d98

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ $(linux_dir)/.config: $(linux_config)
5858
make -C "$(linux_dir)" oldconfig
5959

6060
$(linux_dir)/arch/x86/boot/bzImage: $(linux_dir) $(linux_dir)/.config
61-
make -C "$(linux_dir)" -j 8
6261
make -C "$(linux_dir)" bzImage
6362
ls -Fla "$@"
6463

@@ -82,14 +81,7 @@ $(coreboot_dir)/util/crossgcc/xgcc/bin/iasl:
8281
$(coreboot_dir)/bzImage: $(linux_dir)/arch/x86/boot/bzImage
8382
cp "$<" "$@"
8483

85-
$(coreboot_dir)/initrd.img: FORCE
86-
echo '*** Building initrd ***'
87-
( cd initrd && \
88-
find . \
89-
| cpio --quiet -H newc -o \
90-
) | bzip2 -9 > "$@"
91-
92-
84+
# initrd image is now included by the Linux kernel build process
9385
initrd: \
9486
initrd/bin/busybox \
9587
initrd/sbin/kexec \

0 commit comments

Comments
 (0)