Fix detection path (Info tool)
[AROS.git] / rom / filesys / cdfs / mmakefile.src
blob162aa2b94f973dbf8f40ccde4ec920a86dd77778
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := cdfs bcache iso9660
7 USER_CFLAGS += -D__NOLIBBASE__ -DADATE="\"$(shell date '+%d.%m.%Y')\""
8 #USER_CFLAGS += -DDEBUG=1
9 USER_LDFLAGS := -static
11 %build_module mmake=kernel-fs-cdfs \
12     modname=cdfs modtype=handler \
13     files="$(FILES)"
15 %common