summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorCourtney Cavin <courtney.cavin@sonymobile.com>2016-05-06 07:09:08 -0700
committerDavid S. Miller <davem@davemloft.net>2016-05-08 23:46:14 -0400
commitbdabad3e363d825ddf9679dd431cca0b2c30f881 (patch)
tree4389faff05dd23ddcc296277aa7c51a4ec65bc3f /net/Makefile
parent43315f31adc2bf3b35e04dcf2372c3bb08014ed1 (diff)
downloadlinux-0-day-bdabad3e363d825ddf9679dd431cca0b2c30f881.tar.gz
linux-0-day-bdabad3e363d825ddf9679dd431cca0b2c30f881.tar.xz
net: Add Qualcomm IPC router
Add an implementation of Qualcomm's IPC router protocol, used to communicate with service providing remote processors. Signed-off-by: Courtney Cavin <courtney.cavin@sonymobile.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> [bjorn: Cope with 0 being a valid node id and implement RTM_NEWADDR] Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 81d14119eab54..bdd14553a774f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -78,3 +78,4 @@ endif
ifneq ($(CONFIG_NET_L3_MASTER_DEV),)
obj-y += l3mdev/
endif
+obj-$(CONFIG_QRTR) += qrtr/