diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-20 14:24:54 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-26 13:31:44 +0100 |
commit | 9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96 (patch) | |
tree | c3d4f2ab3090a91a89fd731a2499aa341e3cc1e8 /target/sdk/files | |
parent | be206eba3a57128695a00f490767e5c136e43ab7 (diff) | |
download | upstream-9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96.tar.gz upstream-9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96.tar.bz2 upstream-9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96.zip |
build: get rid of host.mk
Defined required host related variables in toplevel.mk instead
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/sdk/files')
-rw-r--r-- | target/sdk/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile index 2edf7b3a20..8df1904cb0 100644 --- a/target/sdk/files/Makefile +++ b/target/sdk/files/Makefile @@ -14,7 +14,7 @@ export TOPDIR LC_ALL LANG SDK world: -include $(TOPDIR)/include/host.mk +export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH) ifneq ($(OPENWRT_BUILD),1) override OPENWRT_BUILD=1 |