mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 17:32:09 +08:00
Add support for a custom NSH ROMFS startup image header file location. From Martin Lederhilger
This commit is contained in:
@@ -55,7 +55,9 @@
|
||||
|
||||
#ifdef CONFIG_NSH_ARCHROMFS
|
||||
# include <arch/board/nsh_romfsimg.h>
|
||||
#else
|
||||
#elif defined(CONFIG_NSH_CUSTOMROMFS)
|
||||
# include CONFIG_NSH_CUSTOMROMFS_HEADER
|
||||
#else /* if defined(CONFIG_NSH_DEFAULTROMFS) */
|
||||
# include "nsh_romfsimg.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user