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