diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-03-31 16:33:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-03-31 16:33:31 +0000 |
commit | 8efc9916e0b040c19353f371e42c964916944c19 (patch) | |
tree | 5ad4f912b01e7c3b20c4b9ae7e821f2daed9ec93 /sys/arch | |
parent | d0720e0a383883d989cf439dec37444ad3bbef52 (diff) |
if bthub defines are needed by conf.c, they must come from files.bluetooth
Diffstat (limited to 'sys/arch')
-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" |