mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
sim: Don't generate romfs image if CONFIG_NSH_CUSTOMROMFS=y
This commit is contained in:
committed by
Xiang Xiao
parent
15d328c3ab
commit
0e9b0d7603
@@ -75,8 +75,10 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_NSH_ROMFSETC),y)
|
||||
ifneq ($(CONFIG_NSH_CUSTOMROMFS),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