From c28b1c1007883baea05bff4bc7b20d354c4b47a1 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:12 +0100 Subject: net: move linux code into net/tap-linux.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 25e3868e89..16f4d7630d 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ block-obj-y += $(addprefix block/, $(block-nested-y)) net-obj-y = net.o net-nested-y = queue.o checksum.o net-nested-$(CONFIG_POSIX) += tap.o +net-nested-$(CONFIG_LINUX) += tap-linux.o net-nested-$(CONFIG_WIN32) += tap-win32.o net-nested-$(CONFIG_BSD) += tap-bsd.o net-nested-$(CONFIG_SOLARIS) += tap-solaris.o -- cgit v1.2.1