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 \