summaryrefslogtreecommitdiff
path: root/target/sdk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-17 11:14:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-17 11:14:13 +0000
commitbdb9c7351ce20a84c4aca2139d1526e57a828b70 (patch)
treee524313fd5211d7d2ba00520d2c162e21d44344f /target/sdk
parenta74bb3b4173ed5cd86bece29312c2103bd79dc37 (diff)
downloadmtk-20170518-bdb9c7351ce20a84c4aca2139d1526e57a828b70.zip
mtk-20170518-bdb9c7351ce20a84c4aca2139d1526e57a828b70.tar.gz
mtk-20170518-bdb9c7351ce20a84c4aca2139d1526e57a828b70.tar.bz2
some more build system cleanup
SVN-Revision: 12329
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 05ae321..de00da8 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/host.mk
+override MAKEFLAGS=
+
PKG_OS:=$(shell uname -s)
PKG_CPU:=$(shell uname -m)