summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/Makefile
diff options
context:
space:
mode:
authorBjorn Andersson2016-09-02 00:27:59 +0200
committerBjorn Andersson2016-09-09 07:15:21 +0200
commit026dad47a814cd32aad6174a8f1218b020a277b1 (patch)
tree3f315c34f6cb05e1ae6e4bfcec0fcd5a9a7e332c /drivers/rpmsg/Makefile
parentrpmsg: Introduce indirection table for rpmsg_device operations (diff)
downloadkernel-qcow2-linux-026dad47a814cd32aad6174a8f1218b020a277b1.tar.gz
kernel-qcow2-linux-026dad47a814cd32aad6174a8f1218b020a277b1.tar.xz
kernel-qcow2-linux-026dad47a814cd32aad6174a8f1218b020a277b1.zip
rpmsg: Move rpmsg_device API to new file
Extract the now indirect rpmsg_create_ept() interface to a separate file and start building up a rpmsg core. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/rpmsg/Makefile')
-rw-r--r--drivers/rpmsg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/rpmsg/Makefile b/drivers/rpmsg/Makefile
index 7617fcb8259f..c48ea55ad380 100644
--- a/drivers/rpmsg/Makefile
+++ b/drivers/rpmsg/Makefile
@@ -1 +1,2 @@
-obj-$(CONFIG_RPMSG) += virtio_rpmsg_bus.o
+obj-$(CONFIG_RPMSG) += rpmsg_core.o
+obj-$(CONFIG_RPMSG_VIRTIO) += virtio_rpmsg_bus.o