1# $FreeBSD: releng/11.0/sys/modules/ahb/Makefile 217070 2011-01-06 21:04:00Z imp $
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