We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8761d4 commit 13c4d98Copy full SHA for 13c4d98
1 file changed
Makefile
@@ -58,7 +58,6 @@ $(linux_dir)/.config: $(linux_config)
58
make -C "$(linux_dir)" oldconfig
59
60
$(linux_dir)/arch/x86/boot/bzImage: $(linux_dir) $(linux_dir)/.config
61
- make -C "$(linux_dir)" -j 8
62
make -C "$(linux_dir)" bzImage
63
ls -Fla "$@"
64
@@ -82,14 +81,7 @@ $(coreboot_dir)/util/crossgcc/xgcc/bin/iasl:
82
81
$(coreboot_dir)/bzImage: $(linux_dir)/arch/x86/boot/bzImage
83
cp "$<" "$@"
84
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
+# initrd image is now included by the Linux kernel build process
93
initrd: \
94
initrd/bin/busybox \
95
initrd/sbin/kexec \
0 commit comments