diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-09 17:03:50 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-09 17:03:50 +0000 |
commit | 7eb0c8e8f973ba842bf5f915f4559e88ba2ffcae (patch) | |
tree | 39d87abbb8c937fc452bd4cccc8e54ccccf22628 /Makefile.target | |
parent | 85ffbdfc72a63d4f828615dcd301faadc595ed37 (diff) | |
download | qemu-7eb0c8e8f973ba842bf5f915f4559e88ba2ffcae.zip |
Add support for eccmemctl (Robert Reif)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3785 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 eb77210dfd..af9d3340d7 100644 --- a/Makefile.target +++ b/Makefile.target @@ -482,7 +482,7 @@ VL_OBJS+= cirrus_vga.o parallel.o ptimer.o else VL_OBJS+= sun4m.o tcx.o pcnet.o iommu.o m48t59.o slavio_intctl.o VL_OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o esp.o sparc32_dma.o -VL_OBJS+= cs4231.o ptimer.o +VL_OBJS+= cs4231.o ptimer.o eccmemctl.o endif endif ifeq ($(TARGET_BASE_ARCH), arm) |