summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/wf111/wf111.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wf111/wf111.mk b/package/wf111/wf111.mk
index e17e846fd8..ad9d89149d 100644
--- a/package/wf111/wf111.mk
+++ b/package/wf111/wf111.mk
@@ -25,7 +25,7 @@ endif
# separately the build step and the install step and get a correct
# behavior. So we do everything in the install step.
define WF111_INSTALL_TARGET_CMDS
- $(MAKE) -C $(@D) PWD=$(@D) \
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PWD=$(@D) \
$(LINUX_MAKE_FLAGS) KDIR=$(LINUX_DIR) \
OUTPUT=$(TARGET_DIR) install_static
endef
OpenPOWER on IntegriCloud