aboutsummaryrefslogtreecommitdiff
path: root/libs/libupm/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-20 20:30:04 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-20 21:56:03 +0100
commit9f8e5aca342c806d1031e063b00a0045e0eb6c57 (patch)
treee9547c4e7c77f1db6e1ea8c9c96b36ee548f641f /libs/libupm/Makefile
parentf12aae60ad661a67b45ef4370757fa5236ffffff (diff)
treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'libs/libupm/Makefile')
-rw-r--r--libs/libupm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libupm/Makefile b/libs/libupm/Makefile
index 93287c52d..c1eaad16e 100644
--- a/libs/libupm/Makefile
+++ b/libs/libupm/Makefile
@@ -36,8 +36,8 @@ UPM_MODULES:= \
th02 tm1637 tsl2561 ttp223 ublox6 uln200xa waterlevel wheelencoder wt5001 yg1006 zfm20
CMAKE_OPTIONS=-DBUILDARCH=$(CONFIG_ARCH) \
- -DNODE_EXECUTABLE=$(STAGING_DIR_HOST)/bin/node \
- -DSWIG_DIR=$(STAGING_DIR_HOST)/bin
+ -DNODE_EXECUTABLE=$(STAGING_DIR)/host/bin/node \
+ -DSWIG_DIR=$(STAGING_DIR)/host/bin
define Package/libupm/Default
SECTION:=libs