qemu/tpm/Makefile.objs

5 lines
92 B
Text
Raw Normal View History

common-obj-y = tpm.o
ifeq ($(CONFIG_TPM),y)
common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
endif