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>
This commit is contained in:
Gustavo Zacarias 2016-10-17 13:07:06 -03:00 committed by Thomas Petazzoni
parent bddb0b1c44
commit b9b1e6edc3

View file

@ -26,7 +26,7 @@ define IODINE_BUILD_CMDS
endef endef
define IODINE_INSTALL_TARGET_CMDS 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 endef
$(eval $(generic-package)) $(eval $(generic-package))