summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2004-10-09 07:31:03 +0000
committeryongari <yongari@FreeBSD.org>2004-10-09 07:31:03 +0000
commit0323c1151ec4b49b6bef5cfebd2829b7fa1242c5 (patch)
treed9e1ed67aa6fb6403cfbc6d5edc540acf61b8129 /sys/modules/Makefile
parent1ec2d0e4b01c36af63790dafaea4bcc5927e3c1e (diff)
downloadFreeBSD-src-0323c1151ec4b49b6bef5cfebd2829b7fa1242c5.zip
FreeBSD-src-0323c1151ec4b49b6bef5cfebd2829b7fa1242c5.tar.gz
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
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 1c2478d..a3cceea 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -28,6 +28,7 @@ SUBDIR= ${_3dfx} \
${_ath_hal} \
aue \
autofs \
+ ${_auxio} \
${_awi} \
axe \
bfe \
@@ -438,6 +439,7 @@ _gem= gem
.endif
.if ${MACHINE_ARCH} == "sparc64"
+_auxio= auxio
_gem= gem
.endif
OpenPOWER on IntegriCloud