Add support for a custom NSH ROMFS startup image header file location. From Martin Lederhilger

This commit is contained in:
Gregory Nutt
2014-09-30 06:43:49 -06:00
parent 048d410258
commit f856424ce6
2 changed files with 39 additions and 6 deletions

View File

@@ -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