revert between 56095 -> 55830 in arch
[AROS.git] / rom / filesys / cdfs / mmakefile.src
blobd7ed59d08a91dbd2c6d15595a13ab36dda16f050
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := cdfs bcache iso9660
7 USER_CPPFLAGS += -D__NOLIBBASE__ -DADATE="\"$(shell date '+%d.%m.%Y')\""
8 #USER_CPPFLAGS += -DDEBUG=1
9 USER_LDFLAGS := -static
11 %build_module mmake=kernel-fs-cdfs \
12     modname=cdfs modtype=handler \
13     files="$(FILES)"
15 %common