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 /Makefile | |
parent | be206eba3a57128695a00f490767e5c136e43ab7 (diff) | |
download | mtk-20170518-9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96.zip mtk-20170518-9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96.tar.gz mtk-20170518-9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96.tar.bz2 |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ $(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the LEDE direct world: -include $(TOPDIR)/include/host.mk +export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH) ifneq ($(OPENWRT_BUILD),1) _SINGLE=export MAKEFLAGS=$(space); |