usb: update docs for bus name change
[qemu/ar7.git] / tpm / Makefile.objs
blob86768244e4716753fff7c51e15cef5b1bf2886c0
1 common-obj-y = tpm.o
2 ifeq ($(CONFIG_TPM),y)
3 common-obj-y += tpm_backend.o
4 common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
5 common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
6 endif