grub2: bring back build of aros-side grub2 tools
[AROS.git] / rom / filesys / fat / mmakefile.src
blobbc6d2a22f7f3490516b6bf6bdbce08ce05565d38
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_CFLAGS := -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