summaryrefslogtreecommitdiff
path: root/sys/modules/coretemp/Makefile
blob: 3873009ada49ef39284c361149f13e2e84ae6761 (plain)
1
2
3
4
5
6
.PATH: ${SRCTOP}/sys/dev/coretemp

KMOD=	coretemp
SRCS=	coretemp.c bus_if.h device_if.h

.include <bsd.kmod.mk>