summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-27 11:03:31 -0400
committerDavid S. Miller <davem@davemloft.net>2017-08-28 19:42:56 -0400
commit1ca163afb6fd569b6efdc221954177cba5a02cbc (patch)
treebd6f1e56f3e4ef213acebe58a30ebee67c28a2de /net/Makefile
parent9d8c7e5a87b175c3a956cd36989022be978ea1d4 (diff)
irda: move net/irda/ to drivers/staging/irda/net/
It's time to get rid of IRDA. It's long been broken, and no one seems to use it anymore. So move it to staging and after a while, we can delete it from there. To start, move the network irda core from net/irda to drivers/staging/irda/net/ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index bed80fa398b7..3d3feff3643b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -31,7 +31,6 @@ obj-$(CONFIG_NETROM) += netrom/
31obj-$(CONFIG_ROSE) += rose/ 31obj-$(CONFIG_ROSE) += rose/
32obj-$(CONFIG_AX25) += ax25/ 32obj-$(CONFIG_AX25) += ax25/
33obj-$(CONFIG_CAN) += can/ 33obj-$(CONFIG_CAN) += can/
34obj-$(CONFIG_IRDA) += irda/
35obj-$(CONFIG_BT) += bluetooth/ 34obj-$(CONFIG_BT) += bluetooth/
36obj-$(CONFIG_SUNRPC) += sunrpc/ 35obj-$(CONFIG_SUNRPC) += sunrpc/
37obj-$(CONFIG_AF_RXRPC) += rxrpc/ 36obj-$(CONFIG_AF_RXRPC) += rxrpc/