From 7d1e24e0791f70b276252974a2a3e6ea9c1a2560 Mon Sep 17 00:00:00 2001 From: Dan Firth Date: Fri, 27 Sep 2013 15:20:46 +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 e11a50a5a6a1..5278f8ef584c 100644 --- a/linux.morph +++ b/linux.morph @@ -55,7 +55,7 @@ "yes '' | make oldconfig" ], "build-commands": [ - "make" + "make $MAKEFLAGS" ], "install-commands": [ "mkdir -p \"$DESTDIR\"/boot", -- cgit v1.2.1