revert between 56095 -> 55830 in arch
[AROS.git] / rom / filesys / fat / mmakefile.src
blob42fdac071a58b679ac959012ea962d98ef25d737
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_CPPFLAGS := -D__NOLIBBASE__
7 USER_LDFLAGS := -static
9 FILES := cache direntry date disk fat file lock main names notify ops packet\
10  support timer volume
12 #MM- kernel-fs-fat : includes linklibs
14 %build_module mmake=kernel-fs-fat \
15     modname=fat modtype=handler \
16     files="$(FILES)"
19 %common