freebsd-dev/sys/modules/pccbb/Makefile
Jonathan Chen af82f62d2f A bunch of newcard/cardbus changes that's been sitting in my tree for a while:
- 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
2000-11-28 00:05:20 +00:00

9 lines
161 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/pccbb
KMOD= pccbb
SRCS= pccbb.c \
device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h
.include <bsd.kmod.mk>