1
2.PATH: ${SRCTOP}/sys/dev/amdsmb
3
4KMOD=	amdsmb
5SRCS=	amdsmb.c
6SRCS+=	device_if.h smbus_if.h pci_if.h bus_if.h
7
8.include <bsd.kmod.mk>
9