319570f9c4
It's named after the driver doing the same job in OpenSolaris.
9 lines
133 B
Makefile
9 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../sparc64/ebus
|
|
|
|
KMOD= epic
|
|
SRCS= device_if.h epic.c bus_if.h ofw_bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|