aboutsummaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/Makefile b/net/Makefile
index 11fee99..b62570f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -37,12 +37,8 @@ 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/
@@ -56,11 +52,7 @@ endif
obj-$(CONFIG_IP_DCCP) += dccp/
obj-$(CONFIG_IP_SCTP) += sctp/
obj-$(CONFIG_RDS) += rds/
-ifeq ($(CONFIG_MACH_PX),y)
-obj-$(CONFIG_WIRELESS) += wireless_ath/
-else
obj-$(CONFIG_WIRELESS) += wireless/
-endif
obj-$(CONFIG_MAC80211) += mac80211/
obj-$(CONFIG_TIPC) += tipc/
obj-$(CONFIG_NETLABEL) += netlabel/