mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-30 01:38:56 +00:00
Merge branch 'fix_cpio_in_Makefile' of https://github.com/kylerankin/heads
This commit is contained in:
commit
657693f791
2
Makefile
2
Makefile
@ -113,7 +113,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…
Reference in New Issue
Block a user