This website requires JavaScript.
Explore
Help
Sign In
hollalinux
/
linux-sg2042
mirror of
https://github.com/sophgo/linux-riscv.git
Watch
1
Star
0
Fork
You've already forked linux-sg2042
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b83c52a21
linux-sg2042
/
drivers
/
rpmsg
/
Makefile
3 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2016-09-02 06:27:59 +08:00
obj-$(CONFIG_RPMSG)
+=
rpmsg_core.o
obj-$(CONFIG_RPMSG_VIRTIO)
+=
virtio_rpmsg_bus.o