From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvKbk-0006g8-Gh for qemu-devel@nongnu.org; Tue, 06 Oct 2009 20:42:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvKbf-0006bu-W2 for qemu-devel@nongnu.org; Tue, 06 Oct 2009 20:42:18 -0400 Received: from [199.232.76.173] (port=60261 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvKbe-0006bS-5f for qemu-devel@nongnu.org; Tue, 06 Oct 2009 20:42:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32012) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvKbd-0000Gi-2R for qemu-devel@nongnu.org; Tue, 06 Oct 2009 20:42:13 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n970gC8p006408 for ; Tue, 6 Oct 2009 20:42:12 -0400 From: Juan Quintela Date: Wed, 7 Oct 2009 02:41:18 +0200 Message-Id: <051537f83c9735eb81b19c761e2ad1dfeb41d1d1.1254875337.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 22/31] Only compile tsc2005 when one target uses it List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Juan Quintela --- Makefile | 3 ++- default-configs/arm-softmmu.mak | 1 + 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index e190cf8..52e890b 100644 --- a/Makefile +++ b/Makefile @@ -101,9 +101,10 @@ obj-$(CONFIG_PTIMER) += ptimer.o obj-$(CONFIG_MAX7310) += max7310.o obj-$(CONFIG_WM8750) += wm8750.o obj-$(CONFIG_TWL92230) += twl92230.o +obj-$(CONFIG_TSC2005) += tsc2005.o obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o obj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o -obj-y += tmp105.o lm832x.o eeprom93xx.o tsc2005.o +obj-y += tmp105.o lm832x.o eeprom93xx.o obj-y += scsi-disk.o cdrom.o obj-y += scsi-generic.o scsi-bus.o obj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index d439509..740c3a8 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -10,3 +10,4 @@ CONFIG_SD=y CONFIG_MAX7310=y CONFIG_WM8750=y CONFIG_TWL92230=y +CONFIG_TSC2005=y -- 1.6.2.5