qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 12/15] move m48t59 and ecc driver to ppc and sparc,


From: quintela
Subject: [Qemu-devel] [PATCH 12/15] move m48t59 and ecc driver to ppc and sparc, that are the targets that use it
Date: Tue, 23 Jun 2009 16:14:10 +0200

From: Juan Quintela <address@hidden>


Signed-off-by: Juan Quintela <address@hidden>
---
 Makefile.hw     |    2 --
 Makefile.target |    5 +++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Makefile.hw b/Makefile.hw
index 57a0ed6..63d16cf 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -21,8 +21,6 @@ OBJS+= fw_cfg.o
 OBJS+= watchdog.o
 OBJS+= nand.o ecc.o

-OBJS+= m48t59.o escc.o
-
 ifdef CONFIG_SCSI
 OBJS+= lsi53c895a.o esp.o
 endif
diff --git a/Makefile.target b/Makefile.target
index b6cd106..c803c8a 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -597,7 +597,7 @@ endif
 ifeq ($(TARGET_BASE_ARCH), ppc)
 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
 # shared objects
-OBJS+= ppc.o ide.o vga.o $(SOUND_HW) dma.o openpic.o
+OBJS+= ppc.o ide.o vga.o $(SOUND_HW) dma.o openpic.o m48t59.o escc.o
 # PREP target
 OBJS+= pckbd.o serial.o i8259.o i8254.o fdc.o mc146818rtc.o
 OBJS+= prep_pci.o ppc_prep.o
@@ -667,8 +667,9 @@ OBJS+= cirrus_vga.o parallel.o
 else
 OBJS+= sun4m.o tcx.o iommu.o slavio_intctl.o
 OBJS+= slavio_timer.o slavio_misc.o fdc.o sparc32_dma.o
-OBJS+= cs4231.o eccmemctl.o sbi.o sun4c_intctl.o
+OBJS+= cs4231.o eccmemctl.o sbi.o sun4c_intctl.o escc.o
 endif
+OBJS+= m48t59.o
 endif
 ifeq ($(TARGET_BASE_ARCH), arm)
 OBJS+= integratorcp.o versatilepb.o smc91c111.o arm_pic.o arm_timer.o
-- 
1.6.2.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]