869093b15d
dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64.
15 lines
257 B
Makefile
15 lines
257 B
Makefile
# $Id: Makefile,v 1.6 2003/10/24 15:43:24 simokawa Exp $
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/dcons
|
|
|
|
KMOD = dcons_crom
|
|
SRCS = dcons_crom.c dcons.h \
|
|
bus_if.h device_if.h
|
|
|
|
#KMODDEPS = firewire dcons
|
|
|
|
CFLAGS+= -I${.CURDIR}/../..
|
|
|
|
.include <bsd.kmod.mk>
|