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 /include/host-build.mk | |
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 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index ffb68468f9..c8477e1ddf 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -19,7 +19,6 @@ else HOST_JOBS?=$(if $(HOST_BUILD_PARALLEL),$(HOST_MAKE_J),-j1) endif -include $(INCLUDE_DIR)/host.mk include $(INCLUDE_DIR)/unpack.mk include $(INCLUDE_DIR)/depends.mk |