Go to file
Johan Hedberg b7ae2f44ad net: Fix enabling both Bluetooth and Networking support
We can't use '=' in net/Makefile since then one statement would
override the value of the previous one when both CONFIG_NETWORKING and
CONFIG_BLUETOOTH were set to 'y'. Instead, use '+='.

Change-Id: Idba9916cc9fb2bd0e53975bdf0a86c0fd184533c
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:24:38 -05:00
arch
doc Zephyr 0.6.0 2016-02-05 20:24:37 -05:00
drivers Bluetooth: uart: Remove dead code 2016-02-05 20:24:38 -05:00
include Bluetooth: Rename bt_conn_get/put to bt_conn_ref/unref 2016-02-05 20:24:38 -05:00
kernel
lib
misc
net net: Fix enabling both Bluetooth and Networking support 2016-02-05 20:24:38 -05:00
samples Bluetooth: Rename bt_conn_get/put to bt_conn_ref/unref 2016-02-05 20:24:38 -05:00
scripts
.checkpatch.conf
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile Zephyr 0.6.0 2016-02-05 20:24:37 -05:00
Makefile.inc
zephyr-env.sh