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/hppa/conf | |
parent | e1769cf649989a39a8dc0a31695bd2d9f0e2696a (diff) |
include files.bluetooth, so that bluetooth support can be compiled,
if enabled.
ok gwk@
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index e2990c4b538..85258ec3811 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.65 2007/06/01 22:40:17 miod Exp $ +# $OpenBSD: files.hppa,v 1.66 2007/06/08 22:57:43 jasper Exp $ # # hppa-specific configuration info @@ -68,6 +68,11 @@ include "dev/pcmcia/files.pcmcia" include "dev/usb/files.usb" # +# Bluetooth +# +include "dev/bluetooth/files.bluetooth" + +# # HIL Human Interface Loop devices # include "dev/hil/files.hil" |