Build helloworld properly for target

This commit is contained in:
laurens 2019-04-14 20:02:34 +02:00
parent 29ddb68471
commit e0112c832c

View file

@ -3,7 +3,7 @@ HELLOWORLD_SITE = $(TOPDIR)/../package/helloworld/src
HELLOWORLD_SITE_METHOD = local HELLOWORLD_SITE_METHOD = local
define HELLOWORLD_BUILD_CMDS define HELLOWORLD_BUILD_CMDS
$(TARGET_MAKE_ENV) CC=arm-buildroot-linux-uclibcgnueabihf-gcc $(MAKE) -C $(@D) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef endef
define HELLOWORLD_INSTALL_TARGET_CMDS define HELLOWORLD_INSTALL_TARGET_CMDS