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

.PATH: ${SRCTOP}/sys/dev/coretemp

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

.include <bsd.kmod.mk>