qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 09/15] ssi bus is only used on the arm platform


From: quintela
Subject: [Qemu-devel] [PATCH 09/15] ssi bus is only used on the arm platform
Date: Tue, 23 Jun 2009 16:14:07 +0200

From: Juan Quintela <address@hidden>


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

diff --git a/Makefile b/Makefile
index 3fd0ef5..27043f3 100644
--- a/Makefile
+++ b/Makefile
@@ -97,8 +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 max111x.o wm8750.o
-OBJS+=ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.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+=cdrom.o
 ifdef CONFIG_SCSI
@@ -108,7 +108,7 @@ ifdef CONFIG_USB
 OBJS+=usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o
 OBJS+=usb-serial.o usb-net.o
 endif
-OBJS+=sd.o ssi-sd.o
+OBJS+=sd.o
 ifdef CONFIG_BLUEZ
 OBJS+=bt.o bt-host.o bt-vhci.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o
 ifdef CONFIG_USB
@@ -119,7 +119,7 @@ endif
 OBJS+=buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
 OBJS+=qemu-char.o aio.o net-checksum.o savevm.o cache-utils.o
 OBJS+=msmouse.o ps2.o
-OBJS+=qdev.o ssi.o
+OBJS+=qdev.o

 ifdef CONFIG_BRLAPI
 OBJS+= baum.o
diff --git a/Makefile.target b/Makefile.target
index 55575a1..007e53e 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -692,6 +692,7 @@ 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
 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]