From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKUDz-00066r-9S for qemu-devel@nongnu.org; Fri, 13 Sep 2013 10:19:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKUDu-0004vR-Ds for qemu-devel@nongnu.org; Fri, 13 Sep 2013 10:19:55 -0400 Received: from 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:1d0::1]:43970 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKUDu-0004ts-5C for qemu-devel@nongnu.org; Fri, 13 Sep 2013 10:19:50 -0400 From: Peter Maydell Date: Fri, 13 Sep 2013 15:19:36 +0100 Message-Id: <1379081979-11186-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/3] avoid CONFIG_NO_* using rules.mak logical functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= , Anthony Liguori , patches@linaro.org This is based on a set of patches by Ákos Kovács which were lurking at the beginning of his KConfig patchset but which I think make a nice standalone cleanup. Since I basically rewrote all of patch 1 in review comments I figured it was easier to just write it as a new patch. Patch 2 and 3 are Ákos', though I fixed a few missed conversions in patch 2. Peter Maydell (1): rules.mak: New logical functions for handling y/n values Ákos Kovács (2): Makefile.target: CONFIG_NO_* variables removed default-configs/: CONFIG_GDBSTUB_XML removed Makefile.target | 10 +++------- default-configs/arm-linux-user.mak | 2 -- default-configs/arm-softmmu.mak | 1 - default-configs/armeb-linux-user.mak | 2 -- default-configs/m68k-linux-user.mak | 2 -- default-configs/m68k-softmmu.mak | 1 - default-configs/ppc-linux-user.mak | 2 -- default-configs/ppc-softmmu.mak | 1 - default-configs/ppc64-linux-user.mak | 2 -- default-configs/ppc64-softmmu.mak | 1 - default-configs/ppc64abi32-linux-user.mak | 2 -- default-configs/ppcemb-softmmu.mak | 1 - hw/pci/Makefile.objs | 2 +- rules.mak | 18 ++++++++++++++++++ target-arm/Makefile.objs | 2 +- target-i386/Makefile.objs | 2 +- target-ppc/Makefile.objs | 2 +- 17 files changed, 25 insertions(+), 28 deletions(-) -- 1.7.9.5