aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/qrtr/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/qrtr/Makefile
parentsoc: qcom: smd: Introduce compile stubs (diff)
downloadwireguard-linux-bdabad3e363d825ddf9679dd431cca0b2c30f881.tar.xz
wireguard-linux-bdabad3e363d825ddf9679dd431cca0b2c30f881.zip
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/qrtr/Makefile')
-rw-r--r--net/qrtr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/qrtr/Makefile b/net/qrtr/Makefile
new file mode 100644
index 000000000000..6c00dc623b7e
--- /dev/null
+++ b/net/qrtr/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_QRTR) := qrtr.o
+obj-$(CONFIG_QRTR_SMD) += smd.o