mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
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.
9 lines
211 B
Makefile
9 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>
|