mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
This commit is contained in:
@@ -55,7 +55,7 @@ CSRCS += lpc31_spi.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_NSH_ARCHINIT),y)
|
||||
CSRCS += lpc31_nsh.c
|
||||
CSRCS += lpc31_appinit.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_PAGING),y)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* config/ea3131/src/lpc31_nsh.c
|
||||
* config/ea3131/src/lpc31_appinit.c
|
||||
*
|
||||
* Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
Reference in New Issue
Block a user