]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/usb/Makefile.objs
libcacard: use the standalone project
[mirror_qemu.git] / hw / usb / Makefile.objs
index 7443e386b3b6c252b469e686e540f7ffc4c7bcf3..8f00fbd8f6daadf2008aef024e29919ab837ae42 100644 (file)
@@ -23,9 +23,8 @@ common-obj-$(CONFIG_USB_BLUETOOTH)    += dev-bluetooth.o
 
 ifeq ($(CONFIG_USB_SMARTCARD),y)
 common-obj-y                          += dev-smartcard-reader.o
-common-obj-y                          += ccid-card-passthru.o
-common-obj-$(CONFIG_SMARTCARD_NSS)    += ccid-card-emulated.o
-ccid-card-emulated.o-cflags := -I$(SRC_PATH)/libcacard
+common-obj-$(CONFIG_SMARTCARD)        += ccid-card-passthru.o
+common-obj-$(CONFIG_SMARTCARD)        += ccid-card-emulated.o
 endif
 
 ifeq ($(CONFIG_POSIX),y)