diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs index 94ad2e7..8abd0f9 100644 --- a/tpm/Makefile.objs +++ b/tpm/Makefile.objs @@ -1,4 +1,6 @@ -common-obj-y = tpm.o +common-obj-y = tpm.o tpm_backend.o ifeq ($(CONFIG_TPM),y) common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o endif +common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o +
Should the ifeq be surrounding more than just tpm_tis? -- Regards, Corey Bryant