]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/pchtherm/Makefile
MFV r361938:
[FreeBSD/FreeBSD.git] / sys / modules / pchtherm / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/intel
4 KMOD=   pchtherm
5 SRCS=   pchtherm.c
6 SRCS+=  device_if.h bus_if.h pci_if.h opt_platform.h
7
8 .include <bsd.kmod.mk>