W.I.P AROS port of SDI examples
[AROS.git] / rom / filesys / cdfs / mmakefile.src
blob01ebdbc4feae3ca47e2b94d9ac443ec7f8acfd21
1 # $Id$
2 include $(TOP)/config/make.cfg
4 FILES := cdfs bcache iso9660
6 USER_CFLAGS += -D__NOLIBBASE__ -DADATE="\"$(shell date '+%d.%m.%Y')\""
7 #USER_CFLAGS += -DDEBUG=1
9 %build_module mmake=kernel-fs-cdfs \
10     modname=cdfs modtype=handler \
11     files="$(FILES)"
13 %common