From nobody Mon May 6 11:23:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1565042996; cv=none; d=zoho.com; s=zohoarc; b=fy6VFrlhmOsPimnYGGUQ+M7WavUfoobQokJu4PE8IdpjpPQnORyKfpl7jPEf4sKyne/KQyT46s6bbCl8mdVSQs+et/FsRonHVQV5agqnmPxiPscQB+L2E86mmjhxFFrwcxzDN5OZXEClAMMsaiTKtGBFlzq3VhzptmIUXghe05c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565042996; h=Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=JTMW4LSLdOxfVtgB16vDAa9lhT4nRHd//nM7pCe6pkU=; b=OiPZ4oZvcNyKPQYuyTk7UxCz1vlvR9k5rzotOBjHiUxb1tlIN5Qn6dHgvbNYmDMxVTILMqEXa50Q4h0WgG0C6tccfig7iubvn9Vw0mj97qKe7UEY5XgRXcEJ9L0gRYUMfJhGX3lNmXol1aTeGYAMCkTgmOpokxPnYGaud8HN3g0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1565042996100996.088670767706; Mon, 5 Aug 2019 15:09:56 -0700 (PDT) Received: from localhost ([::1]:57252 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hulAm-0004jG-LP for importer@patchew.org; Mon, 05 Aug 2019 18:09:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46542) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hulA9-0004KU-Uf for qemu-devel@nongnu.org; Mon, 05 Aug 2019 18:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hulA9-0006ax-3A for qemu-devel@nongnu.org; Mon, 05 Aug 2019 18:09:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55490) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hulA8-0006YQ-Tr for qemu-devel@nongnu.org; Mon, 05 Aug 2019 18:09:05 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EABE4315C03B for ; Mon, 5 Aug 2019 22:09:03 +0000 (UTC) Received: from 640k.localdomain.com (ovpn-112-61.ams2.redhat.com [10.36.112.61]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4A8E65D6D0 for ; Mon, 5 Aug 2019 22:09:02 +0000 (UTC) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 6 Aug 2019 00:09:00 +0200 Message-Id: <1565042940-8837-1-git-send-email-pbonzini@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Mon, 05 Aug 2019 22:09:04 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] Makefile: remove unused variables X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Paolo Bonzini Reviewed-by: Markus Armbruster --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 73fbba0..7b0e2f4 100644 --- a/Makefile +++ b/Makefile @@ -429,10 +429,6 @@ dummy :=3D $(call unnest-vars,, \ io-obj-y \ common-obj-y \ common-obj-m \ - ui-obj-y \ - ui-obj-m \ - audio-obj-y \ - audio-obj-m \ trace-obj-y) =20 include $(SRC_PATH)/tests/Makefile.include --=20 1.8.3.1