AROS-v0/rom/filesys/ram/mmakefile.src

13 lines
270 B
Plaintext

include $(SRCDIR)/config/aros.cfg
FILES := handler commands filesystem notification support
USER_CPPFLAGS := -DADATE="\"$(shell date '+%d.%m.%Y')\""
%build_module mmake=kernel-fs-ram \
modname=ram modtype=handler \
files="$(FILES)" usesdks="config"
%common