]> Git Repo - qemu.git/commitdiff
Only compile sd when one target uses it
authorJuan Quintela <[email protected]>
Wed, 7 Oct 2009 00:41:14 +0000 (02:41 +0200)
committerAnthony Liguori <[email protected]>
Fri, 9 Oct 2009 02:17:13 +0000 (21:17 -0500)
Patchworks-ID: 35208
Signed-off-by: Juan Quintela <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Makefile
default-configs/arm-softmmu.mak

index 204a34f437593a58c37832ff5efda2703f5b01c0..8c0a1f19b0ee53e91b604afaa1cb84e6245f31e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,8 @@ obj-y += scsi-disk.o cdrom.o
 obj-y += scsi-generic.o scsi-bus.o
 obj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o
 obj-y += usb-serial.o usb-net.o usb-bus.o
-obj-y += sd.o ssi-sd.o
+obj-y += ssi-sd.o
+obj-$(CONFIG_SD) += sd.o
 obj-y += bt.o bt-host.o bt-vhci.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o usb-bt.o
 obj-y += bt-hci-csr.o
 obj-y += buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
index 05b4b14aacd87113e8900c034a180544fde86171..52b2dfa10b7a1ee1e806c50a7d24fade466673f4 100644 (file)
@@ -6,3 +6,4 @@ CONFIG_ISA_MMIO=y
 CONFIG_NAND=y
 CONFIG_ECC=y
 CONFIG_PTIMER=y
+CONFIG_SD=y
This page took 0.027684 seconds and 4 git commands to generate.