mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
babeld: use TARGET_CONFIGURE_OPTS
As suggested by a previous submission of babeld (https://patchwork.ozlabs.org/patch/631953/), we can use TARGET_CONFIGURE_OPTS instead of passing CFLAGS and LDFLAGS in PLATFORM_DEFINES. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
985ec224d3
commit
dbf799e2af
@ -10,8 +10,7 @@ BALELD_LICENSE = MIT
|
|||||||
BALELD_LICENSE_FILES = LICENSE
|
BALELD_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
define BABELD_BUILD_CMDS
|
define BABELD_BUILD_CMDS
|
||||||
$(MAKE) -C $(@D) CC="$(TARGET_CC)" \
|
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
||||||
PLATFORM_DEFINES="$(TARGET_CFLAGS) $(TARGET_LDFLAGS)"
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define BABELD_INSTALL_TARGET_CMDS
|
define BABELD_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user