diff options
-rw-r--r-- | linux.morph | 2 |
1 files changed, 1 insertions, 1 deletions
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", |