aboutsummaryrefslogtreecommitdiffstats
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
commit87cd6ef1b43f94efd84cda2d78e977982bb86206 (patch)
tree103596b9b90265ad503fb9a4576251be6f216a67 /target/sdk
parenta9bbf998e4e173f4f0085a68c674db803ac69a5e (diff)
downloadmaster-187ad058-87cd6ef1b43f94efd84cda2d78e977982bb86206.tar.gz
master-187ad058-87cd6ef1b43f94efd84cda2d78e977982bb86206.tar.bz2
master-187ad058-87cd6ef1b43f94efd84cda2d78e977982bb86206.zip
some more build system cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12329 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 05ae321616..de00da825b 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)