# Makefile for the PCCARD subsystem

KMOD= pccard
SRCS=	bus_if.h device_if.h \
	pccard.c card_if.h power_if.h \
	pccard_cis.c pccard_cis_quirks.c pccarddevs.h

.include <bsd.kmod.mk>