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