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

KMOD=	amdtemp
SRCS=	amdtemp.c bus_if.h device_if.h pci_if.h

.include <bsd.kmod.mk>