From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh6g9-0003TL-3w for qemu-devel@nongnu.org; Fri, 28 Aug 2009 15:00:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh6g5-0003PI-O4 for qemu-devel@nongnu.org; Fri, 28 Aug 2009 15:00:04 -0400 Received: from [199.232.76.173] (port=43289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh6g5-0003Oz-Iv for qemu-devel@nongnu.org; Fri, 28 Aug 2009 15:00:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20001) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh6g4-0007h9-Vv for qemu-devel@nongnu.org; Fri, 28 Aug 2009 15:00:01 -0400 From: Juan Quintela Date: Fri, 28 Aug 2009 20:56:55 +0200 Message-Id: <5b810da4c831a823227f45d00f8982ee34e476a4.1251485646.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 20/30] Only compile twl92230 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 Cc: aliguori@us.ibm.com 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 25fa3f6..dca8dd0 100644 --- a/Makefile +++ b/Makefile @@ -87,8 +87,9 @@ obj-y += irq.o obj-$(CONFIG_PTIMER) += ptimer.o obj-$(CONFIG_MAX7310) += max7310.o obj-$(CONFIG_WM8750) += wm8750.o +obj-$(CONFIG_TWL92230) += twl92230.o obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o -obj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o +obj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o obj-y += tmp105.o lm832x.o eeprom93xx.o tsc2005.o obj-y += scsi-disk.o cdrom.o obj-y += scsi-generic.o diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 6149b97..d439509 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -9,3 +9,4 @@ CONFIG_PTIMER=y CONFIG_SD=y CONFIG_MAX7310=y CONFIG_WM8750=y +CONFIG_TWL92230=y -- 1.6.2.5