]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/puc/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>