af82f62d2f
- 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
10 lines
188 B
Makefile
10 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>
|