mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +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
@@ -22,7 +22,7 @@ include $(TOPDIR)/Make.defs
|
||||
|
||||
CSRCS = z16f_boot.c z16f_leds.c
|
||||
|
||||
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
||||
ifeq ($(CONFIG_BOARDCTL),y)
|
||||
CSRCS += z16f_appinit.c
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user