mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
lan951x-led-ctl: fix compiling error
This commit is contained in:
parent
b5917f86a1
commit
4bb200c13b
@ -3,7 +3,7 @@ LAN951X_LED_CTL_SITE = $(call github,dumpsite,lan951x-led-ctl,$(LAN951X_LED_CTL_
|
|||||||
LAN951X_LED_CTL_DEPENDENCIES = libusb
|
LAN951X_LED_CTL_DEPENDENCIES = libusb
|
||||||
|
|
||||||
define LAN951X_LED_CTL_BUILD_CMDS
|
define LAN951X_LED_CTL_BUILD_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) CFLAGS="$(TARGET_CLFAGS) -Iinclude"
|
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) CFLAGS="$(TARGET_CLFAGS) -Iinclude -std=c99"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LAN951X_LED_CTL_INSTALL_TARGET_CMDS
|
define LAN951X_LED_CTL_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user