grub2: bring back build of aros-side grub2 tools
[AROS.git] / rom / filesys / SFS / FS / mmakefile.src
blob91ce37729c76c74b3ac9ae39296ee0cc1d52b362
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := adminspaces \
6          bitmap \
7          btreenodes \
8          cachebuffers \
9          debug \
10          nodes \
11          support \
12          transactions \
13          asmsupport \
14          objects \
15          locks \
16          deviceio \
17          cachedio \
18          filesystemmain \
19          globals \
20          req
22 USER_CFLAGS := -DSFS_BE -DADATE="\"$(shell date '+%d.%m.%Y')\""
23 USER_LDFLAGS := -static
25 %build_module mmake=kernel-fs-sfs \
26     modname=sfs modtype=handler \
27     files="$(FILES)" uselibs=debug
29 %common