mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
This commit is contained in:
@@ -39,7 +39,7 @@ ASRCS =
|
||||
CSRCS = a1x_boot.c a1x_leds.c
|
||||
|
||||
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
||||
CSRCS += a1x_nsh.c
|
||||
CSRCS += a1x_appinit.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_BUTTONS),y)
|
||||
|
||||
Reference in New Issue
Block a user