Excluded charset.c from the build: it's unused except for one short
[AROS.git] / rom / filesys / fat / mmakefile.src
blob803b656631e1f125d2d28fe61760a192b36135d6
1 # $Id$
3 include $(TOP)/config/make.cfg
5 USER_LDFLAGS := -static
7 FILES := cache direntry disk fat file lock main names packet\
8  ops support notify timer
10 #MM- kernel-fs-fat : includes linklibs
12 %build_module mmake=kernel-fs-fat \
13     modname=fat modtype=handler \
14     files="$(FILES)"
17 %common