diff options
Diffstat (limited to 'tpm/Makefile.objs')
-rw-r--r-- | tpm/Makefile.objs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs index 86768244e4..366e4a7128 100644 --- a/tpm/Makefile.objs +++ b/tpm/Makefile.objs @@ -1,6 +1,4 @@ common-obj-y = tpm.o -ifeq ($(CONFIG_TPM),y) -common-obj-y += tpm_backend.o +common-obj-$(CONFIG_TPM) += tpm_backend.o common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o -endif |