lan951x-led-ctl: fix compiling error

This commit is contained in:
Calin Crisan 2018-07-11 22:33:24 +03:00
parent b5917f86a1
commit 4bb200c13b

View File

@ -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