input-event-daemon: 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:
Gustavo Zacarias 2016-10-17 13:06:13 -03:00 committed by Thomas Petazzoni
parent d21fc79a4d
commit 802711aaea

View file

@ -11,7 +11,7 @@ INPUT_EVENT_DAEMON_LICENSE_FILES = README
define INPUT_EVENT_DAEMON_BUILD_CMDS define INPUT_EVENT_DAEMON_BUILD_CMDS
touch $(@D)/input-event-table.h touch $(@D)/input-event-table.h
$(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \ $(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" -C $(@D) LDFLAGS="$(TARGET_LDFLAGS)" -C $(@D)
endef endef