9 lines
133 B
Makefile
9 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ahb
|
|
|
|
KMOD= ahb
|
|
SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|