mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
wf111: use $(TARGET_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
152e98ccab
commit
d95db2098f
@ -25,7 +25,7 @@ endif
|
|||||||
# separately the build step and the install step and get a correct
|
# separately the build step and the install step and get a correct
|
||||||
# behavior. So we do everything in the install step.
|
# behavior. So we do everything in the install step.
|
||||||
define WF111_INSTALL_TARGET_CMDS
|
define WF111_INSTALL_TARGET_CMDS
|
||||||
$(MAKE) -C $(@D) PWD=$(@D) \
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PWD=$(@D) \
|
||||||
$(LINUX_MAKE_FLAGS) KDIR=$(LINUX_DIR) \
|
$(LINUX_MAKE_FLAGS) KDIR=$(LINUX_DIR) \
|
||||||
OUTPUT=$(TARGET_DIR) install_static
|
OUTPUT=$(TARGET_DIR) install_static
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user