freebsd-dev/sys/modules/dcons_crom/Makefile
Hidetoshi Shimokawa 869093b15d Add dumb console driver and related bits.
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.
2003-10-24 15:44:10 +00:00

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>