xref: /freebsd/sys/modules/pchtherm/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH: ${SRCTOP}/sys/dev/intel
2KMOD=   pchtherm
3SRCS=   pchtherm.c
4SRCS+=  device_if.h bus_if.h pci_if.h opt_platform.h
5
6.include <bsd.kmod.mk>
7