summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-18 11:09:54 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-18 11:09:54 +0000
commit02bf5816b5dfab63ddabe0bc56286aac09e3cf0c (patch)
treeb70635c37c7ba2eb80fde54453e3f03a14fc20a2 /Makefile
parent08e8565328974267fd4c054f18cb618f0d913654 (diff)
downloadbuildroot-novena-02bf5816b5dfab63ddabe0bc56286aac09e3cf0c.tar.gz
buildroot-novena-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