qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 11/15] sd flash is only used in arm devices


From: quintela
Subject: [Qemu-devel] [PATCH 11/15] sd flash is only used in arm devices
Date: Tue, 23 Jun 2009 16:14:09 +0200

From: Juan Quintela <address@hidden>


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

diff --git a/Makefile b/Makefile
index b942ae3..110de1e 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,6 @@ 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
 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
diff --git a/Makefile.target b/Makefile.target
index 35ac91e..b6cd106 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -694,6 +694,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
 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]