From patchwork Mon Jul 12 19:20:49 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miguel Di Ciurcio Filho X-Patchwork-Id: 58665 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 16AA41007D1 for ; Tue, 13 Jul 2010 05:35:21 +1000 (EST) Received: from localhost ([127.0.0.1]:46303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYOmN-00042a-1c for incoming@patchwork.ozlabs.org; Mon, 12 Jul 2010 15:35:03 -0400 Received: from [140.186.70.92] (port=37577 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYOZN-0001jj-Iv for qemu-devel@nongnu.org; Mon, 12 Jul 2010 15:21:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYOZJ-0003tU-Q4 for qemu-devel@nongnu.org; Mon, 12 Jul 2010 15:21:37 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:35921) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYOZJ-0003tN-Kg for qemu-devel@nongnu.org; Mon, 12 Jul 2010 15:21:33 -0400 Received: by gxk19 with SMTP id 19so2952507gxk.4 for ; Mon, 12 Jul 2010 12:21:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=FKNVznQHvnWLF8ewRooWD1sSs83Na0Y5AMGMul93atQ=; b=HZcZGllBIz4sMNUmjaKph9xPnZDTRKQUv1QwIQSejV61ogx5vm9tAp7jVnP1VSQ7vf /p8efQwuzO4lQ2w/GiSN1mNj6cFMdcDXL+oSG0634dVvS+CGXpN+K8IbMBXxLr35pbPf z/i6yPyZBMHTZM2HODAbF4Gc2S1OSZDw+JCL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=iTKQOxw8D3d9+bXfdRQGzfWaEj6v0QyOC6koQu2i0S0d+LYaX7pMfR2W5bKpZe0kFp RiPqXMdS9SuSnVIuaafNP7ksKm8f+tvPoZbYaHEv2Rh4SgZ/VxPIl3+8+gO8C1qeOBM3 sulQaBYSPTrGg/VmPMJeIS0HI+75ugn1HVkfI= Received: by 10.100.210.10 with SMTP id i10mr15529973ang.96.1278962492874; Mon, 12 Jul 2010 12:21:32 -0700 (PDT) Received: from localhost.localdomain ([143.106.7.130]) by mx.google.com with ESMTPS id p9sm55284904anf.26.2010.07.12.12.21.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 Jul 2010 12:21:31 -0700 (PDT) From: Miguel Di Ciurcio Filho To: qemu-devel@nongnu.org Date: Mon, 12 Jul 2010 16:20:49 -0300 Message-Id: <1278962453-15774-5-git-send-email-miguel.filho@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1278962453-15774-1-git-send-email-miguel.filho@gmail.com> References: <1278962453-15774-1-git-send-email-miguel.filho@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: Miguel Di Ciurcio Filho , avi@redhat.com Subject: [Qemu-devel] [PATCH 4/8] vlan cleanup: do not build socket and dump X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org --- Makefile.objs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index 67f1b21..5442901 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -23,8 +23,6 @@ block-obj-y += $(addprefix block/, $(block-nested-y)) net-obj-y = net.o net-nested-y = queue.o checksum.o util.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