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 between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
m68k-amiga
/
romboot
/
mmakefile.src
blob
a6dfbb5bee82c4a6101d33a787796093b2583e41
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-romboot \
8
modname=romboot modtype=hook \
9
files="romboot resident_end" compiler=target
10
11
%common