iodine: use $(TARGET_CONFIGURE_OPTS) 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>
2016.11.x
Gustavo Zacarias 2016-10-17 13:07:06 -03:00 committed by Thomas Petazzoni
parent bddb0b1c44
commit b9b1e6edc3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ define IODINE_BUILD_CMDS
endef
define IODINE_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) install DESTDIR="$(TARGET_DIR)" prefix=/usr
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) install DESTDIR="$(TARGET_DIR)" prefix=/usr
endef
$(eval $(generic-package))