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
revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git]
/
arch
/
m68k-amiga
/
diag
/
mmakefile.src
blob
50bc1e08f0116dab0272b95cd0a1b82d8923ad41
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_CPPFLAGS := -DADATE="\"$(shell date '+%d.%m.%Y')\""
6
7
%build_module_simple mmake=kernel-diag \
8
modname=diag modtype=hook \
9
files="diag resident_end" compiler=target
10
11
%common