Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c

This commit is contained in:
Gregory Nutt
2016-02-04 12:26:38 -06:00
parent 9ed7d56a18
commit 9329034a4f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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)