Revision 111a38b0 Makefile.target

b/Makefile.target
358 358

  
359 359
endif # CONFIG_SOFTMMU
360 360

  
361
ifndef CONFIG_LINUX_USER
362
# libcacard needs qemu-thread support, and besides is only needed by devices
363
# so not requires with linux-user targets
364
obj-$(CONFIG_SMARTCARD_NSS) += $(addprefix ../libcacard/, $(libcacard-y))
365
endif # CONFIG_LINUX_USER
366

  
361 367
obj-y += $(addprefix ../, $(trace-obj-y))
362 368
obj-$(CONFIG_GDBSTUB_XML) += gdbstub-xml.o
363 369

  

Also available in: Unified diff