sim: Don't generate romfs image if CONFIG_NSH_CUSTOMROMFS=y

This commit is contained in:
YAMAMOTO Takashi 2020-04-17 15:21:40 +09:00 committed by Xiang Xiao
parent 15d328c3ab
commit 0e9b0d7603
1 changed files with 2 additions and 0 deletions

View File

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