freebsd-dev/sys/modules/auxio/Makefile
Pyun YongHyeon e60fc88fa6 Port NetBSD auxio driver. The driver was modified to use led(4) and can
be used to announce various system activity.
The auxio device provides auxiliary I/O functions and is found on various
SBus/EBus UltraSPARC models. At present, only front panel LED is
controlled by this driver.

Approved by:    jake (mentor)
Reviewed by:    joerg
Tested by:      joerg
2004-10-09 07:31:03 +00:00

11 lines
128 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/auxio
KMOD= auxio
SRCS= auxio.c
SRCS+= device_if.h bus_if.h
.include <bsd.kmod.mk>