MFC r1.2. Fix CVE-2008-3831. Affects the Intel G33 series and newer only.
[dragonfly.git] / sys / bus / pccard / Makefile
blobe57b6e9e5abcdd95144b42d0e1073753ad4cbe00
1 # $DragonFly: src/sys/bus/pccard/Makefile,v 1.3 2007/07/05 12:08:53 sephe Exp $
3 # Makefile for the PCCARD subsystem
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_cis.c pccard_cis_quirks.c pccarddevs.h \
9 pccardreg.h pccardvar.h
11 .include <bsd.kmod.mk>