]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/cardbus/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / cardbus / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/cardbus
4
5 KMOD=   cardbus
6 SRCS=   cardbus.c cardbus_cis.c cardbus_device.c \
7         device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h
8
9 .include <bsd.kmod.mk>