freebsd-dev/sys/modules/pccard/Makefile
Warner Losh f27f6c0076 Add resource activation routines to pcic driver. Minor cleanup of
socket attach code.  We now have at least a chance for pccard devices
appearing in the future.

This is a snapshot of ongoing work.  Proceed at your own risk.
1999-11-28 21:11:13 +00:00

10 lines
211 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/pccard
KMOD= pccard
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
device_if.h bus_if.h card_if.h card_if.c power_if.h power_if.c
NOMAN=
.include <bsd.kmod.mk>