qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 13/15] nand and ecc are only used on arm and cris ar


From: quintela
Subject: [Qemu-devel] [PATCH 13/15] nand and ecc are only used on arm and cris argets
Date: Tue, 23 Jun 2009 16:14:11 +0200

From: Juan Quintela <address@hidden>


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

diff --git a/Makefile.hw b/Makefile.hw
index 63d16cf..6075fd3 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -19,7 +19,6 @@ OBJS=
 OBJS+= virtio.o virtio-pci.o
 OBJS+= fw_cfg.o
 OBJS+= watchdog.o
-OBJS+= nand.o ecc.o

 ifdef CONFIG_SCSI
 OBJS+= lsi53c895a.o esp.o
diff --git a/Makefile.target b/Makefile.target
index c803c8a..cb2b650 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -657,7 +657,7 @@ OBJS+= etraxfs_eth.o
 OBJS+= etraxfs_timer.o
 OBJS+= etraxfs_ser.o

-OBJS+= pflash_cfi02.o
+OBJS+= pflash_cfi02.o nand.o
 endif
 ifeq ($(TARGET_BASE_ARCH), sparc)
 ifeq ($(TARGET_ARCH), sparc64)
@@ -695,7 +695,7 @@ OBJS+= syborg_serial.o syborg_timer.o syborg_pointer.o 
syborg_rtc.o
 OBJS+= syborg_virtio.o
 OBJS+= ssi.o ssi-sd.o max111x.o ssd0323.o ads7846.o max7310.o wm8750.o
 OBJS+= ssd0303.o stellaris_input.o twl92230.o tmp105.o lm832x.o tsc2005.o
-OBJS+= sd.o
+OBJS+= sd.o nand.o ecc.o
 CPPFLAGS += -DHAS_AUDIO
 endif
 ifeq ($(TARGET_BASE_ARCH), sh4)
-- 
1.6.2.2





reply via email to

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