Mercurial > vordog
annotate Makefile @ 10:b853a7227489
Added tag v20080708 for changeset b4f4a69ea86a
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 08 Jul 2008 23:50:18 +0800 |
parents | 71475f5afa92 |
children |
rev | line source |
---|---|
0
71475f5afa92
Watchdog for Vortex86 6071 on FreeBSD
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
1 KMOD= vordog |
71475f5afa92
Watchdog for Vortex86 6071 on FreeBSD
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
2 SRCS= vordog.c device_if.h bus_if.h |
71475f5afa92
Watchdog for Vortex86 6071 on FreeBSD
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
3 |
71475f5afa92
Watchdog for Vortex86 6071 on FreeBSD
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
4 .include <bsd.kmod.mk> |