Trust uboot's device list only if it does not look suspicious.
[AROS.git] / workbench / fs / mmakefile
blobd66552502612e5bc7c7dc8268ed734be23611db1
1 # $Id$
2 include $(TOP)/config/make.cfg
4 #MM workbench-fs-complete : workbench-fs-setup
5 workbench-fs-complete : $(AROS_FS)/automount-config
7 $(AROS_FS)/automount-config : automount-config
8         @$(ECHO) Copying $<...
9         @$(CP) $^ $@
11 #MM
12 workbench-fs-setup :
13         @$(IF) $(TEST) ! -d $(AROS_FS) ; then \
14             $(MKDIR) $(AROS_FS) ; \
15         else $(NOP) ; fi