]> Git Repo - qemu.git/blobdiff - hw/usb/Makefile.objs
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into staging
[qemu.git] / hw / usb / Makefile.objs
index 97b457541fc4642411f08900a984020cc5f112ee..3fe4dff3bd25df3c56e4b7d1ab1a585903603947 100644 (file)
@@ -24,6 +24,11 @@ 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
+endif
+
+ifeq ($(CONFIG_POSIX),y)
+common-obj-$(CONFIG_USB_STORAGE_MTP)  += dev-mtp.o
 endif
 
 # usb redirection
This page took 0.023631 seconds and 4 git commands to generate.