diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-11-01 12:07:56 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-11-01 12:11:14 +0100 |
commit | d7bec5609c6e7408726f455c97d82b2b99d9ef19 (patch) | |
tree | 5a7e17d088d66cc25d6e0e398116e1312c25b1d3 /rules.mk | |
parent | fb58cd2fed9f9f6caef061a892bb1811e3faa11d (diff) | |
download | mtk-20170518-d7bec5609c6e7408726f455c97d82b2b99d9ef19.zip mtk-20170518-d7bec5609c6e7408726f455c97d82b2b99d9ef19.tar.gz mtk-20170518-d7bec5609c6e7408726f455c97d82b2b99d9ef19.tar.bz2 |
rules.mk: add STAGING_DIR_HOSTPKG variable
Add a STAGING_DIR_HOSTPKG variable which refers to $(STAGING_DIR)/host in order
to prepare support for relocating that directory in the future.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,6 +140,7 @@ PKG_INFO_DIR := $(STAGING_DIR)/pkginfo BUILD_DIR_HOST:=$(if $(IS_PACKAGE_BUILD),$(BUILD_DIR)/host,$(BUILD_DIR_BASE)/host) STAGING_DIR_HOST:=$(TOPDIR)/staging_dir/host +STAGING_DIR_HOSTPKG:=$(STAGING_DIR)/host TARGET_PATH:=$(subst $(space),:,$(filter-out .,$(filter-out ./,$(subst :,$(space),$(PATH))))) TARGET_INIT_PATH:=$(call qstrip,$(CONFIG_TARGET_INIT_PATH)) |