ca53d3f5e9
leverage watchdog timer of Vortex86 SoC . vordog is also watchdog(9) compatible. It is as a timer source of watchdog(9), you can use it with watchdog(4), watchdog(8), and watchdogd(8). You can get vordog from repository with Mercurial. WWW: http://www.assembla.com/spaces/vordog PR: ports/125409 Submitted by: Kueifeng Li <thinker at branda.to>
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# Ports collection makefile for: vordog
|
|
# Date created: 8 July 2008
|
|
# Whom: Kueifeng Li <thinker@branda.to>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vordog
|
|
PORTVERSION= 20080708
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7jnrAJ/download/
|
|
|
|
MAINTAINER= thinker@branda.to
|
|
COMMENT= Watchdog(9) driver for watchdog timer of Vortex86
|
|
|
|
KMODDIR= /boot/modules
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
do-install:
|
|
${INSTALL_KLD} ${WRKSRC}/vordog.ko ${KMODDIR}
|
|
|
|
.include <bsd.port.mk>
|