mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
- Make pccbb/cardbus kld loadable and unloadable. - Make pccbb/cardbus use the power interface from pccard instead of inventing its own. - some other minor fixes
9 lines
188 B
Makefile
9 lines
188 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/cardbus
|
|
KMOD= cardbus
|
|
SRCS= cardbus.c cardbus_cis.c \
|
|
device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|