mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
sim: Fix config check for romfs image generation
This commit is contained in:
committed by
Xiang Xiao
parent
1d394535cb
commit
15d328c3ab
@@ -74,9 +74,9 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
#ifdef CONFIG_NSH_ROMFSETC
|
||||
ifeq ($(CONFIG_NSH_ROMFSETC),y)
|
||||
RCSRCS = etc/init.d/rcS
|
||||
RCRAWS = etc/group etc/passwd
|
||||
#endif
|
||||
endif
|
||||
|
||||
include $(TOPDIR)/boards/Board.mk
|
||||
|
||||
Reference in New Issue
Block a user