Build helloworld properly for target
This commit is contained in:
parent
29ddb68471
commit
e0112c832c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue