xref: /dragonfly/sys/dev/powermng/amdtemp/Makefile (revision 114b2e18)
1# $FreeBSD$
2
3KMOD=	amdtemp
4SRCS=	amdtemp.c bus_if.h device_if.h pci_if.h
5
6.include <bsd.kmod.mk>
7