From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lx3SY-0003Z3-SC for qemu-devel@nongnu.org; Thu, 23 Apr 2009 14:15:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lx3SV-0003Xj-Lk for qemu-devel@nongnu.org; Thu, 23 Apr 2009 14:15:42 -0400 Received: from [199.232.76.173] (port=60814 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lx3SV-0003Xc-CC for qemu-devel@nongnu.org; Thu, 23 Apr 2009 14:15:39 -0400 Received: from flounder.pepperfish.net ([87.237.62.181]:42238) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lx3SU-000657-Mv for qemu-devel@nongnu.org; Thu, 23 Apr 2009 14:15:39 -0400 Received: from [10.112.102.2] (helo=jennifer.kylikki.org) by flounder.pepperfish.net with esmtps (Exim 4.69 #1 (Debian)) id 1Lx3SM-0006Ut-4U for ; Thu, 23 Apr 2009 19:15:30 +0100 Received: from derik.kyllikki.org ([192.168.7.20] helo=derik) by jennifer.kylikki.org with esmtp (Exim 4.63) (envelope-from ) id 1Lx3SM-0006eM-Ia for qemu-devel@nongnu.org; Thu, 23 Apr 2009 19:15:30 +0100 Received: from vince by derik with local (Exim 4.69) (envelope-from ) id 1Lx3SM-0004MA-Gg for qemu-devel@nongnu.org; Thu, 23 Apr 2009 19:15:30 +0100 Date: Thu, 23 Apr 2009 19:15:30 +0100 From: Vincent Sanders Subject: [Qemu-devel] [PATCH 15/16] Add S3C SOC files to Makefile Message-ID: <20090423181530.GR4629@derik> References: <20090423171503.GC4629@derik> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090423171503.GC4629@derik> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Add S3C SOC files to Makefile Signed-off-by: Vincent Sanders --- Makefile.target | 4 ++++ 1 file changed, 4 insertions(+) diff -urN qemusvnclean/Makefile.target qemusvnpatches/Makefile.target --- qemusvnclean/Makefile.target 2009-04-23 14:49:39.000000000 +0100 +++ qemusvnpatches/Makefile.target 2009-04-23 17:30:24.000000000 +0100 @@ -661,6 +661,10 @@ OBJS+= arm-semi.o OBJS+= pxa2xx.o pxa2xx_pic.o pxa2xx_gpio.o pxa2xx_timer.o pxa2xx_dma.o OBJS+= pxa2xx_lcd.o pxa2xx_mmci.o pxa2xx_pcmcia.o pxa2xx_keypad.o +OBJS+= s3c2410x.o s3c2440x.o +OBJS+= s3c24xx_clkcon.o s3c24xx_gpio.o s3c24xx_iic.o +OBJS+= s3c24xx_irq.o s3c24xx_lcd.o s3c24xx_memc.o s3c24xx_nand.o +OBJS+= s3c24xx_rtc.o s3c24xx_serial.o s3c24xx_timers.o OBJS+= pflash_cfi01.o gumstix.o OBJS+= zaurus.o ide.o serial.o nand.o ecc.o spitz.o tosa.o tc6393xb.o OBJS+= omap1.o omap_lcdc.o omap_dma.o omap_clk.o omap_mmc.o omap_i2c.o -- Regards Vincent http://www.kyllikki.org/