Fix missing parenthesis in cpio make option

This commit is contained in:
Kyle Rankin 2018-02-14 14:43:35 -08:00
parent 1459e701e3
commit 1f22da73af
No known key found for this signature in database
GPG Key ID: 555577116BFA74B9

View File

@ -112,7 +112,7 @@ endif
# helpful targets for common uses
linux: $(build)/$(BOARD)/bzImage
cpio: $(build/$(BOARD)/initrd.cpio.xz
cpio: $(build)/$(BOARD)/initrd.cpio.xz
# Disable all built in rules
.SUFFIXES: