From cb27bf639e30c5126361c9cb7dd32c2e36a98d8a Mon Sep 17 00:00:00 2001 From: Dan Firth Date: Mon, 30 Sep 2013 10:16:09 +0000 Subject: Updated kernel morphology to include $MAKEFLAGS --- linux.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.morph b/linux.morph index b2a2c0b766ab..73982721369a 100644 --- a/linux.morph +++ b/linux.morph @@ -40,7 +40,7 @@ "yes '' | make oldconfig" ], "build-commands": [ - "make zImage" + "make zImage $MAKEFLAGS" ], "install-commands": [ "mkdir -p \"$DESTDIR\"/boot", -- cgit v1.2.1