mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL
since boardctl isn't a libc feature Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
0272a16010
commit
b12f588140
@@ -21,7 +21,7 @@
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
CSRCS = str71_spi.c str71_leds.c str71_buttons.c
|
||||
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
||||
ifeq ($(CONFIG_BOARDCTL),y)
|
||||
CSRCS += str71_appinit.c
|
||||
endif
|
||||
ifeq ($(CONFIG_ENC28J60),y)
|
||||
|
||||
Reference in New Issue
Block a user