aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/pchtherm/Makefile
blob: eb69b508f86ef0afb1aea2991d71b451ff0ee179 (plain) (blame)
1
2
3
4
5
6
7

.PATH: ${SRCTOP}/sys/dev/intel
KMOD=   pchtherm
SRCS=   pchtherm.c
SRCS+=  device_if.h bus_if.h pci_if.h opt_platform.h

.include <bsd.kmod.mk>