summaryrefslogtreecommitdiff
path: root/target/sdk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-13 12:12:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-13 12:12:50 +0000
commitfd27fb770dba05b1eea5c398fd5649dd37c36dbf (patch)
treee8c557155719a7ba0790d518d7986bad4720dd6c /target/sdk
parent2d52430c25c5b11f13ec23d682719a0e815c1a9d (diff)
downloadmtk-20170518-fd27fb770dba05b1eea5c398fd5649dd37c36dbf.zip
mtk-20170518-fd27fb770dba05b1eea5c398fd5649dd37c36dbf.tar.gz
mtk-20170518-fd27fb770dba05b1eea5c398fd5649dd37c36dbf.tar.bz2
target/sdk: fix parallel build calls
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39912
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/files/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile
index a3fefaa..0c27f1a 100644
--- a/target/sdk/files/Makefile
+++ b/target/sdk/files/Makefile
@@ -19,6 +19,11 @@ include $(TOPDIR)/include/host.mk
ifneq ($(OPENWRT_BUILD),1)
override OPENWRT_BUILD=1
export OPENWRT_BUILD
+
+ empty:=
+ space:= $(empty) $(empty)
+ _SINGLE=export MAKEFLAGS=$(space);
+
include $(TOPDIR)/include/debug.mk
include $(TOPDIR)/include/depends.mk
include $(TOPDIR)/include/toplevel.mk