freebsd-dev/sys/modules/epic/Makefile
Marius Strobl 319570f9c4 Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245.
It's named after the driver doing the same job in OpenSolaris.
2010-01-10 15:44:48 +00:00

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>