From 1f22da73af35d66c621060a76f4a8a0a832c1eca Mon Sep 17 00:00:00 2001 From: Kyle Rankin Date: Wed, 14 Feb 2018 14:43:35 -0800 Subject: [PATCH] Fix missing parenthesis in cpio make option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a371f182..0bbfb11c 100644 --- a/Makefile +++ b/Makefile @@ -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: