mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +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
+1
-1
@@ -51,7 +51,7 @@ CONFIG_CSRCS = dummy.c
|
||||
|
||||
# boardctl support
|
||||
|
||||
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
||||
ifeq ($(CONFIG_BOARDCTL),y)
|
||||
CONFIG_CSRCS += boardctl.c
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user