]> git.proxmox.com Git - qemu.git/commitdiff
allow disabling usb smartcard support
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 1 Feb 2013 10:08:24 +0000 (11:08 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 19 Feb 2013 11:30:04 +0000 (12:30 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/Makefile.objs
hw/usb/Makefile.objs

index 447e32a42e3a52b0ca9b68eedcc4862a9bb2f736..a1f3a808acced8356fae309835105e8e75fce15b 100644 (file)
@@ -38,8 +38,10 @@ common-obj-$(CONFIG_DMA) += dma.o
 common-obj-$(CONFIG_I82374) += i82374.o
 common-obj-$(CONFIG_HPET) += hpet.o
 common-obj-$(CONFIG_APPLESMC) += applesmc.o
+ifeq ($(CONFIG_USB_SMARTCARD),y)
 common-obj-y += ccid-card-passthru.o
 common-obj-$(CONFIG_SMARTCARD_NSS) += ccid-card-emulated.o
+endif
 common-obj-$(CONFIG_I8259) += i8259_common.o i8259.o
 common-obj-y += fifo.o
 common-obj-y += pam.o
index 00998b507372a68da28b940400e6bd21165c5f68..c1e40d7d319dcaab694ac8dc0451085a06016621 100644 (file)
@@ -20,7 +20,6 @@ common-obj-$(CONFIG_USB_NETWORK)      += dev-network.o
 
 # FIXME: make configurable too
 CONFIG_USB_BLUETOOTH := y
-CONFIG_USB_SMARTCARD := y
 common-obj-$(CONFIG_USB_BLUETOOTH)    += dev-bluetooth.o
 common-obj-$(CONFIG_USB_SMARTCARD)    += dev-smartcard-reader.o