sim: Don't generate romfs image if CONFIG_NSH_CUSTOMROMFS=y
This commit is contained in:
parent
15d328c3ab
commit
0e9b0d7603
|
@ -75,8 +75,10 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NSH_ROMFSETC),y)
|
ifeq ($(CONFIG_NSH_ROMFSETC),y)
|
||||||
|
ifneq ($(CONFIG_NSH_CUSTOMROMFS),y)
|
||||||
RCSRCS = etc/init.d/rcS
|
RCSRCS = etc/init.d/rcS
|
||||||
RCRAWS = etc/group etc/passwd
|
RCRAWS = etc/group etc/passwd
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
include $(TOPDIR)/boards/Board.mk
|
include $(TOPDIR)/boards/Board.mk
|
||||||
|
|
Loading…
Reference in New Issue