Quoting Jarkko Sakkinen (2020-02-05 12:38:18)
Revert tpm_tis_spi_mod.ko back to tpm_tis_spi.ko as the rename could break the build script. This can be achieved by renaming tpm_tis_spi.c as
Do you mean userspace scripts?
tpm_tis_spi_main.c. Then tpm_tis_spi-y can be used inside the makefile.
Cc: Andrey Pronin apronin@chromium.org Cc: Stephen Boyd swboyd@chromium.org Cc: stable@vger.kernel.org Fixes: 797c0113c9a4 ("tpm: tpm_tis_spi: Support cr50 devices") Reported-by: Alexander Steffen Alexander.Steffen@infineon.com Signed-off-by: Jarkko Sakkinen jarkko.sakkinen@linux.intel.com
Reviewed-by: Stephen Boyd swboyd@chromium.org