aboutsummaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 358bcfd..11fee99 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -37,8 +37,12 @@ obj-$(CONFIG_IRDA) += irda/
ifeq ($(CONFIG_BT_MGMT),y)
obj-$(CONFIG_BT) += bluetooth_mgmt/
else
+ifeq ($(CONFIG_BT_TIZEN),y)
+obj-$(CONFIG_BT) += bluetooth_tizen/
+else
obj-$(CONFIG_BT) += bluetooth/
endif
+endif
obj-$(CONFIG_SUNRPC) += sunrpc/
obj-$(CONFIG_AF_RXRPC) += rxrpc/
obj-$(CONFIG_ATM) += atm/