aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/Makefile
diff options
context:
space:
mode:
authorPaul Durrant <Paul.Durrant@citrix.com>2016-10-04 10:29:12 +0100
committerDavid S. Miller <davem@davemloft.net>2016-10-06 20:37:35 -0400
commit3254f83694fe519ac18b8334a2f481d80c3a8a3a (patch)
treedd0bf4b1a2f62b0ed62ccc005821728b7cd9bd5f /drivers/net/xen-netback/Makefile
parentMerge branch 'fman-next' of git://git.freescale.com/ppc/upstream/linux (diff)
downloadlinux-dev-3254f83694fe519ac18b8334a2f481d80c3a8a3a.tar.xz
linux-dev-3254f83694fe519ac18b8334a2f481d80c3a8a3a.zip
xen-netback: separate guest side rx code into separate module
The netback source module has become very large and somewhat confusing. This patch simply moves all code related to the backend to frontend (i.e guest side rx) data-path into a separate rx source module. This patch contains no functional change, it is code movement and minimal changes to avoid patch style-check issues. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/xen-netback/Makefile')
-rw-r--r--drivers/net/xen-netback/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/xen-netback/Makefile b/drivers/net/xen-netback/Makefile
index 11e02be9db1a..d49798a46b51 100644
--- a/drivers/net/xen-netback/Makefile
+++ b/drivers/net/xen-netback/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_XEN_NETDEV_BACKEND) := xen-netback.o
-xen-netback-y := netback.o xenbus.o interface.o hash.o
+xen-netback-y := netback.o xenbus.o interface.o hash.o rx.o