[Top][All Lists]
[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
- [Qemu-devel] [PATCH 09/15] ssi bus is only used on the arm platform, (continued)
- [Qemu-devel] [PATCH 10/15] move i2c devices only used in arm devices to arm target, quintela, 2009/06/23
- [Qemu-devel] [PATCH 12/15] move m48t59 and ecc driver to ppc and sparc, that are the targets that use it, quintela, 2009/06/23
- [Qemu-devel] [PATCH 13/15] nand and ecc are only used on arm and cris argets,
quintela <=
- [Qemu-devel] [PATCH 14/15] enable isa_mmio only in the platforms that use it: ppc, arm, mips and sparc, quintela, 2009/06/23
- [Qemu-devel] [PATCH 15/15] add option to disable virtio drivers, quintela, 2009/06/23
- Re: [Qemu-devel] [RFC PATCH 00/15] Be able to compile out not needed options, Anthony Liguori, 2009/06/23