kernel: Remove unused *.h files from SRCS in kernel module Makefiles.
[dragonfly.git] / sys / bus / pccard / Makefile
1 # Makefile for the PCCARD subsystem
2
3 KMOD= pccard
4 SRCS=   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