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

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

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

.include <bsd.kmod.mk>