Minor fixes to comments.
[AROS.git] / rom / alerthook / mmakefile.src
blob76bc7bcd08e2aace687473916fa4c473a65907f9
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 USER_CFLAGS := -DADATE="\"$(shell date '+%d.%m.%Y')\""
6 #MM- kernel-alerthook : includes linklibs kernel-bootloader-includes
8 %build_module_simple mmake=kernel-alerthook \
9   modname=alert modtype=hook \
10   files="alerthook resident_end" compiler=target
12 %common