[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 10/15] move i2c devices only used in arm devices to
From: |
quintela |
Subject: |
[Qemu-devel] [PATCH 10/15] move i2c devices only used in arm devices to arm target |
Date: |
Tue, 23 Jun 2009 16:14:08 +0200 |
From: Juan Quintela <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>
---
Makefile | 5 ++---
Makefile.target | 3 ++-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 27043f3..b942ae3 100644
--- a/Makefile
+++ b/Makefile
@@ -97,9 +97,8 @@ OBJS=$(BLOCK_OBJS)
OBJS+=readline.o console.o
OBJS+=irq.o ptimer.o
-OBJS+=i2c.o smbus.o smbus_eeprom.o max7310.o wm8750.o
-OBJS+=ssd0303.o stellaris_input.o twl92230.o
-OBJS+=tmp105.o lm832x.o eeprom93xx.o tsc2005.o
+OBJS+=i2c.o smbus.o smbus_eeprom.o
+OBJS+=eeprom93xx.o
OBJS+=cdrom.o
ifdef CONFIG_SCSI
OBJS+=scsi-disk.o scsi-generic.o
diff --git a/Makefile.target b/Makefile.target
index 007e53e..35ac91e 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -692,7 +692,8 @@ OBJS+= framebuffer.o
OBJS+= syborg.o syborg_fb.o syborg_interrupt.o syborg_keyboard.o
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
+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
CPPFLAGS += -DHAS_AUDIO
endif
ifeq ($(TARGET_BASE_ARCH), sh4)
--
1.6.2.2
- [Qemu-devel] [PATCH 07/15] add option to remove scsi support, (continued)
- [Qemu-devel] [PATCH 07/15] add option to remove scsi support, quintela, 2009/06/23
- [Qemu-devel] [PATCH 06/15] Add --disable-smb to remove smb directories support, quintela, 2009/06/23
- [Qemu-devel] [PATCH 08/15] add option to disable wmware devices, quintela, 2009/06/23
- [Qemu-devel] [PATCH 09/15] ssi bus is only used on the arm platform, quintela, 2009/06/23
- [Qemu-devel] [PATCH 11/15] sd flash is only used in arm devices, quintela, 2009/06/23
- [Qemu-devel] [PATCH 10/15] move i2c devices only used in arm devices to arm target,
quintela <=
- [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, 2009/06/23
- [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