f27f6c0076
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.
10 lines
211 B
Makefile
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>
|