Enable VFP unit as early as possible. This has to be so since e.g. gcc9 uses vfp...
[AROS.git] / workbench / fs / mmakefile
blob7888d78b8314541d42c3568107b406f1f055d09a
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 #MM workbench-fs-complete : workbench-fs-setup
6 workbench-fs-complete : $(AROS_FS)/automount-config
8 $(AROS_FS)/automount-config : automount-config
9         @$(ECHO) "Copying    $<..."
10         @$(CP) $^ $@
12 #MM
13 workbench-fs-setup :
14         @$(IF) $(TEST) ! -d $(AROS_FS) ; then \
15             $(MKDIR) $(AROS_FS) ; \
16         else $(NOP) ; fi