diff options
author | Dan Firth <dan.firth@codethink.co.uk> | 2013-09-30 14:50:22 +0000 |
---|---|---|
committer | Dan Firth <dan.firth@codethink.co.uk> | 2013-09-30 14:50:22 +0000 |
commit | f79b8cff20ff0e7a38940a2f9b3b8c0dbc344b5d (patch) | |
tree | 8d4e0e2537077ecdbd64e695c8bdfac6ed229d2c | |
parent | d00a90cc9ce0a8ae3b3faf1469461b5e4a4e199c (diff) | |
download | linux-baserock/danielfirth/RT220-morph.tar.gz |
Updated kernel morphology to use $MAKEFLAGSbaserock/danielfirth/RT220-morph
-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", |