repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git]
/
rom
/
filesys
/
ram
/
mmakefile.src
blob
7fa7e58c38a9fafce48d71adb655ed0c478e670f
1
include $(SRCDIR)/config/aros.cfg
2
3
FILES := handler commands filesystem notification support
4
5
USER_CFLAGS := -DADATE="\"$(shell date '+%d.%m.%Y')\""
6
7
%build_module mmake=kernel-fs-ram \
8
modname=ram modtype=handler \
9
files="$(FILES)"
10
11
12
%common