X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Ftpm%2FMakefile;h=150570ee7e4d94c096ad2b2340cfef13c043fc51;hb=038380597bc9b97378da2e18355cd7346d17b002;hp=2f2353f809bc98e0899a3ba6611397456cfeed53;hpb=c2e5e802ecb7ab668ce9911b210ed68c804b349f;p=oweals%2Fu-boot.git diff --git a/drivers/tpm/Makefile b/drivers/tpm/Makefile index 2f2353f809..150570ee7e 100644 --- a/drivers/tpm/Makefile +++ b/drivers/tpm/Makefile @@ -8,3 +8,4 @@ obj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o obj-$(CONFIG_TPM_TIS_I2C) += tpm.o obj-$(CONFIG_TPM_TIS_I2C) += tpm_tis_i2c.o obj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o +obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o