47147ce799
are some rough edges with this still, but it seems to work well enough to commit.
10 lines
199 B
Makefile
10 lines
199 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/cardbus
|
|
|
|
KMOD= cardbus
|
|
SRCS= cardbus.c cardbus_cis.c cardbus_device.c \
|
|
device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h
|
|
|
|
.include <bsd.kmod.mk>
|