diff options
author | 2010-03-31 16:33:30 +0000 | |
---|---|---|
committer | 2010-03-31 16:33:30 +0000 | |
commit | a4e25e7023929fb2045acb65ff4d27d9ff8ffbb4 (patch) | |
tree | 53589c93b604b811644c5f2c06f3958760a5cf76 | |
parent | fix typo (diff) | |
download | wireguard-openbsd-a4e25e7023929fb2045acb65ff4d27d9ff8ffbb4.tar.xz wireguard-openbsd-a4e25e7023929fb2045acb65ff4d27d9ff8ffbb4.zip |
if bthub defines are needed by conf.c, they must come from files.bluetooth
-rw-r--r-- | sys/arch/socppc/conf/files.socppc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/socppc/conf/files.socppc b/sys/arch/socppc/conf/files.socppc index 8161d122a2f..3f93aedb020 100644 --- a/sys/arch/socppc/conf/files.socppc +++ b/sys/arch/socppc/conf/files.socppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.socppc,v 1.9 2009/09/06 20:09:34 kettenis Exp $ +# $OpenBSD: files.socppc,v 1.10 2010/03/31 16:33:30 deraadt Exp $ # # macppc-specific configuration info @@ -106,6 +106,11 @@ attach ehci at obio with ehci_obio file arch/socppc/dev/ehci_obio.c ehci # +# Bluetooth +# +include "dev/bluetooth/files.bluetooth" + +# # Machine-independent I2C drivers # include "dev/i2c/files.i2c" |