1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../dev/ahb
4
5KMOD=	ahb
6SRCS=	ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h
7
8.include <bsd.kmod.mk>
9