xref: /dragonfly/sys/bus/pccard/Makefile (revision 0ffa96a2)
1# Makefile for the PCCARD subsystem
2
3KMOD= pccard
4SRCS=	bus_if.h device_if.h \
5	pccard.c card_if.h power_if.h \
6	pccard_cis.c pccard_cis_quirks.c pccarddevs.h
7
8.include <bsd.kmod.mk>
9
10