diff options
author | 2007-06-04 20:22:08 +0000 | |
---|---|---|
committer | 2007-06-04 20:22:08 +0000 | |
commit | 1668b6726a60d780beeae3819be2b7c8b9376d5b (patch) | |
tree | c942bcb1188483b5877c84f71ea003af3a6527c2 | |
parent | more ipx, jmc (diff) | |
download | wireguard-openbsd-1668b6726a60d780beeae3819be2b7c8b9376d5b.tar.xz wireguard-openbsd-1668b6726a60d780beeae3819be2b7c8b9376d5b.zip |
bluetooth isn't really useful yet, but at least give it a chance to compile
ok gwk
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index a67017511a3..b2d39fb9068 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.31 2007/05/29 22:27:14 tedu Exp $ +# $OpenBSD: files.amd64,v 1.32 2007/06/04 20:22:08 ckuethe Exp $ maxpartitions 16 maxusers 2 16 128 @@ -170,6 +170,11 @@ file dev/isa/fd.c fd needs-flag include "dev/usb/files.usb" # +# Bluetooth +# +include "dev/bluetooth/files.bluetooth" + +# # I2C # include "dev/i2c/files.i2c" |