Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
954ec2c0
Commit
954ec2c0
authored
Jun 20, 2020
by
Antoine Kaufmann
Browse files
images: split build target for kernel out to fix parallel build issues
parent
41eb2bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
images/Makefile
images/Makefile
+6
-1
No files found.
images/Makefile
View file @
954ec2c0
...
@@ -30,9 +30,14 @@ packer:
...
@@ -30,9 +30,14 @@ packer:
################################################
################################################
# Kernel
# Kernel
vmlinux bzImage &
:
kernel/linux-$(KERNEL_VERSION)
kernel/linux-$(KERNEL_VERSION)/vmlinux
:
kernel/linux-$(KERNEL_VERSION)
$(MAKE)
-C
kernel/linux-
$(KERNEL_VERSION)
$(MAKE)
-C
kernel/linux-
$(KERNEL_VERSION)
vmlinux
:
kernel/linux-$(KERNEL_VERSION)/vmlinux
cp
kernel/linux-
$(KERNEL_VERSION)
/vmlinux vmlinux
cp
kernel/linux-
$(KERNEL_VERSION)
/vmlinux vmlinux
# this dependency is a bit stupid, but not sure how to better do this
bzImage
:
kernel/linux-$(KERNEL_VERSION)/vmlinux
cp
kernel/linux-
$(KERNEL_VERSION)
/arch/x86_64/boot/bzImage bzImage
cp
kernel/linux-
$(KERNEL_VERSION)
/arch/x86_64/boot/bzImage bzImage
kernel/linux-$(KERNEL_VERSION)
:
kernel/linux-$(KERNEL_VERSION)
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment