summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2003-10-18 13:09:54 +0200
committerEric Andersen2003-10-18 13:09:54 +0200
commit02bf5816b5dfab63ddabe0bc56286aac09e3cf0c (patch)
treeb70635c37c7ba2eb80fde54453e3f03a14fc20a2 /Makefile
parentdo not use a perl, just use a patch (diff)
downloadbuildroot-02bf5816b5dfab63ddabe0bc56286aac09e3cf0c.tar.gz
buildroot-02bf5816b5dfab63ddabe0bc56286aac09e3cf0c.tar.xz
buildroot-02bf5816b5dfab63ddabe0bc56286aac09e3cf0c.zip
Add support for 'make -j3' so make to run stuff in parallel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a66efb39..68f6900ee 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,9 @@ MULTILIB:=--enable-multilib
#Install libstdc++?
INSTALL_LIBSTDCPP=true
+# For SMP machines some stuff can be run in parallel
+#JLEVEL=-j3
+
#############################################################
#
# The list of stuff to build for the target filesystem