opnsense-src/sys/modules/pcic/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

9 lines
192 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/pcic
KMOD= pcic
SRCS= i82365.c i82365_isa.c i82365_isasubr.c \
device_if.h bus_if.h isa_if.h power_if.h card_if.h
NOMAN=
.include <bsd.kmod.mk>