From 2a054e5708e376890693f71c3697c4a259a5e46f Mon Sep 17 00:00:00 2001 From: Dan Firth Date: Mon, 30 Sep 2013 14:48:34 +0000 Subject: Updated kernel morphology to use $MAKEFLAGS --- linux.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.morph b/linux.morph index 788c56414f68..886bda365dd7 100644 --- a/linux.morph +++ b/linux.morph @@ -19,7 +19,7 @@ "yes '' | make oldconfig" ], "build-commands": [ - "make ARCH=arm zImage" + "make ARCH=arm zImage $MAKEFLAGS" ], "install-commands": [ "mkdir -p \"$DESTDIR\"/boot", -- cgit v1.2.1