From 1abecf77d87124076eff8e5836a6d0dd7bd595c5 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 25 Nov 2009 18:48:57 +0000 Subject: net: move dump backend code from net.c to net/dump.c Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29ef8a9cb4..b59545a3e6 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,7 @@ block-obj-y += $(addprefix block/, $(block-nested-y)) net-obj-y = net.o net-nested-y = queue.o checksum.o net-nested-y += socket.o +net-nested-y += dump.o net-nested-$(CONFIG_POSIX) += tap.o net-nested-$(CONFIG_LINUX) += tap-linux.o net-nested-$(CONFIG_WIN32) += tap-win32.o -- cgit v1.2.3