Revision 0fc6b582 Makefile.target

b/Makefile.target
387 387
endif # CONFIG_SOFTMMU
388 388

  
389 389
ifndef CONFIG_LINUX_USER
390
ifndef CONFIG_BSD_USER
390 391
# libcacard needs qemu-thread support, and besides is only needed by devices
391
# so not requires with linux-user targets
392
# so not requires with linux-user / bsd-user targets
392 393
obj-$(CONFIG_SMARTCARD_NSS) += $(addprefix ../libcacard/, $(libcacard-y))
394
endif # CONFIG_BSD_USER
393 395
endif # CONFIG_LINUX_USER
394 396

  
395 397
obj-y += $(addprefix ../, $(trace-obj-y))

Also available in: Unified diff