Let this thing build without requiring CONFIG_BT=m
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 11 Dec 2009 01:09:57 +0000 (17:09 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 11 Dec 2009 01:09:57 +0000 (17:09 -0800)
commit258eba4959dd0c90260497a753029ec62063688e
tree8b46dc0fec1abe7834b0880b85dc5ac4305e7a45
parentbcb0d7f7128e028449a0310b69659f92f9c61fdd
Let this thing build without requiring CONFIG_BT=m

The Bluetooth port is separate from the Wireless port
so don't require CONFIG_BT=m to build this. We can do the
same for wireless but for now this at least lets Ubuntu
users build this thing -- Ubuntu currently ships with
CONFIG_BT=y from 2.6.27..2.6.31.

If we want to let compat-blutooth be available to Ubuntu
users on Ubuntu Lucid this config option will need to be
revised. The CONFIG_BT just builds net/bluetooth/bluetooth.c,
that's all -- so it seems worth it. Fedora is shipping with
CONFIG_BT=m , not sure about other distributions.

This also fixes some final touches to get the build
going again which I missed in my previous patches.

./scripts/drivers-select is likely very busted now.
We'll need to fix this.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Makefile
config.mk
patches/98-add-compat-wireless.patch
scripts/admin-update.sh