0323c1151e
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
11 lines
128 B
Makefile
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>
|