diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2007-06-04 20:22:09 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2007-06-04 20:22:09 +0000 |
commit | 6380bf373c9355d5f78aa35d7ad75cec73461b90 (patch) | |
tree | 40120432fd0e3648b4def86d39bb078e5a06eae6 | |
parent | aa4b6cc54da36629033de4051c79b4e580c07ccf (diff) |
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" |