mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -05:00
Remove more of the pccard infrasturcture. CardBus Yenta driver (cbb) still references the remaining bits. It needs some additiona work to remove 16-bit support still, so it remains. Sponsored by: Netflix
10 lines
153 B
Makefile
10 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/exca
|
|
|
|
KMOD= exca
|
|
SRCS= exca.c device_if.h bus_if.h power_if.h card_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|