diff options
| author | gdamore <gdamore@NetBSD.org> | 2006-06-19 15:44:33 +0000 |
|---|---|---|
| committer | gdamore <gdamore@NetBSD.org> | 2006-06-19 15:44:33 +0000 |
| commit | a5c89047c05c5d03bdf7663f4585fb0bed64a924 (patch) | |
| tree | 69f226b62ddfe2f9187d03b1f1f79cff67264727 /sys/dev/Makefile | |
| parent | 052a8ad2ad25caabbef9124f0a7c9f0980e20beb (diff) | |
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
Diffstat (limited to 'sys/dev/Makefile')
| -rw-r--r-- | sys/dev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/Makefile b/sys/dev/Makefile index 348c6cb52b3..7e3c7aad600 100644 --- a/sys/dev/Makefile +++ b/sys/dev/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2006/06/08 00:12:50 rpaulo Exp $ +# $NetBSD: Makefile,v 1.23 2006/06/19 15:44:44 gdamore Exp $ -SUBDIR= apm ata dec dmover hpc i2o ic ieee1394 ir isa microcode ofw \ +SUBDIR= apm ata bluetooth dec dmover hpc i2o ic ieee1394 ir isa microcode ofw \ pci pckbport pcmcia raidframe sbus scsipi sun tc usb vme wscons INCSDIR= /usr/include/dev |
