]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/puc/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / puc / Makefile
1
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../../dev/puc
5
6 KMOD=   puc
7 SRCS=   puc.c puc_cfg.c puc_pci.c puc_pccard.c pucdata.c
8 SRCS+=  bus_if.h device_if.h serdev_if.c serdev_if.h \
9         card_if.h pci_if.h
10
11 MFILES= kern/bus_if.m kern/device_if.m kern/serdev_if.m \
12         dev/pccard/card_if.m dev/pci/pci_if.m
13
14 .include <bsd.kmod.mk>