diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2011-01-02 13:08:37 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2011-01-02 13:08:37 +0000 |
commit | f10617709fa6f98ed40b50a9a5a54ae8f3c8223b (patch) | |
tree | 4d32246d7c8616b4c092fece79a992880e180a83 /sys/arch | |
parent | efbdd4e06bc07a31a4f1bcdb8e0cac538f12645a (diff) |
Include files.bluetooth so that hppa64 compiles.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa64/conf/files.hppa64 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64 index 10b29bce0f1..ac07694854a 100644 --- a/sys/arch/hppa64/conf/files.hppa64 +++ b/sys/arch/hppa64/conf/files.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa64,v 1.12 2010/08/18 21:01:14 jasper Exp $ +# $OpenBSD: files.hppa64,v 1.13 2011/01/02 13:08:36 jsing Exp $ # # hppa64-specific configuration info @@ -56,6 +56,11 @@ include "dev/pcmcia/files.pcmcia" include "dev/usb/files.usb" # +# Bluetooth +# +include "dev/bluetooth/files.bluetooth" + +# # Machine-independent 1-Wire drivers # include "dev/onewire/files.onewire" |