mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
nanocom: use provided compiler/linker flags as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
02c0e82dd6
commit
e6d1887d26
@ -13,7 +13,7 @@ define NANOCOM_EXTRACT_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define NANOCOM_BUILD_CMDS
|
define NANOCOM_BUILD_CMDS
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
$(MAKE) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define NANOCOM_INSTALL_TARGET_CMDS
|
define NANOCOM_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user