diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-25 01:57:38 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-25 01:57:38 +0000 |
commit | ef056e439847457a5e64f134b8835e61ff53951b (patch) | |
tree | 4b5754e3fae91ec627fcfd8161dd7ef26fd755a2 /Makefile.target | |
parent | bd9bdce694ccb76facc882363e4c337e8a88c918 (diff) | |
download | qemu-ef056e439847457a5e64f134b8835e61ff53951b.zip |
Intel Mainstone II (ARM) machine by Armin Kuster.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3736 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 33921c5aa4..c486d501f2 100644 --- a/Makefile.target +++ b/Makefile.target @@ -496,7 +496,7 @@ VL_OBJS+= arm-semi.o VL_OBJS+= pxa2xx.o pxa2xx_pic.o pxa2xx_gpio.o pxa2xx_timer.o pxa2xx_dma.o VL_OBJS+= pxa2xx_lcd.o pxa2xx_mmci.o pxa2xx_pcmcia.o VL_OBJS+= pflash_cfi01.o gumstix.o -VL_OBJS+= spitz.o ide.o serial.o nand.o ecc.o +VL_OBJS+= spitz.o ide.o serial.o nand.o ecc.o mainstone.o VL_OBJS+= omap.o omap_lcdc.o omap1_clk.o omap_mmc.o omap_i2c.o VL_OBJS+= palm.o tsc210x.o CPPFLAGS += -DHAS_AUDIO |