WARNS6 cleanups
[dragonfly.git] / sys / bus / pccard / Makefile
1 # $DragonFly: src/sys/bus/pccard/Makefile,v 1.2 2006/03/30 11:09:08 swildner Exp $
2 #
3 # Makefile for the PCCARD subsystem
4
5 KMOD= pccard
6 SRCS=   bus_if.h device_if.h pci_if.h \
7         pccard.c card_if.h power_if.h\
8         pccard_beep.c pccard_cis.c pccard_cis_quirks.c pccarddevs.h \
9         pccardreg.h pccardvar.h \
10         cis.h cardinfo.h driver.h slot.h
11
12 .include <bsd.kmod.mk>
13