Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / rom / filesys / ram / mmakefile.src
blob7fa7e58c38a9fafce48d71adb655ed0c478e670f
1 include $(SRCDIR)/config/aros.cfg
3 FILES := handler commands filesystem notification support
5 USER_CFLAGS := -DADATE="\"$(shell date '+%d.%m.%Y')\""
7 %build_module mmake=kernel-fs-ram \
8     modname=ram modtype=handler \
9     files="$(FILES)"
12 %common