mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-06 11:10:46 +00:00
Fix missing parenthesis in cpio make option
This commit is contained in:
parent
1459e701e3
commit
1f22da73af
2
Makefile
2
Makefile
@ -112,7 +112,7 @@ endif
|
|||||||
|
|
||||||
# helpful targets for common uses
|
# helpful targets for common uses
|
||||||
linux: $(build)/$(BOARD)/bzImage
|
linux: $(build)/$(BOARD)/bzImage
|
||||||
cpio: $(build/$(BOARD)/initrd.cpio.xz
|
cpio: $(build)/$(BOARD)/initrd.cpio.xz
|
||||||
|
|
||||||
# Disable all built in rules
|
# Disable all built in rules
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user