Revision 49ab747f hw/usb/Makefile.objs

b/hw/usb/Makefile.objs
21 21
# FIXME: make configurable too
22 22
CONFIG_USB_BLUETOOTH := y
23 23
common-obj-$(CONFIG_USB_BLUETOOTH)    += dev-bluetooth.o
24
common-obj-$(CONFIG_USB_SMARTCARD)    += dev-smartcard-reader.o
24

  
25
ifeq ($(CONFIG_USB_SMARTCARD),y)
26
common-obj-y                          += dev-smartcard-reader.o
27
common-obj-y                          += ccid-card-passthru.o
28
common-obj-$(CONFIG_SMARTCARD_NSS)    += ccid-card-emulated.o
29
endif
25 30

  
26 31
# usb redirection
27 32
common-obj-$(CONFIG_USB_REDIR) += redirect.o quirks.o

Also available in: Unified diff