diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-06-08 22:57:44 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-06-08 22:57:44 +0000 |
commit | b07cb06fc402de2936a67c1b50dc1d3a249af301 (patch) | |
tree | 5646f9fb39f03f7039865ad8324bf505ef8e9138 /sys/arch/alpha/conf | |
parent | e1769cf649989a39a8dc0a31695bd2d9f0e2696a (diff) |
include files.bluetooth, so that bluetooth support can be compiled,
if enabled.
ok gwk@
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index e284b627b81..c276f5135eb 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.81 2007/05/28 23:10:10 beck Exp $ +# $OpenBSD: files.alpha,v 1.82 2007/06/08 22:57:42 jasper Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -347,6 +347,11 @@ include "dev/i2c/files.i2c" include "dev/usb/files.usb" # +# Bluetooth +# +include "dev/bluetooth/files.bluetooth" + +# # Machine-independent 1-Wire drivers # include "dev/onewire/files.onewire" |