X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Ftpm%2FMakefile;h=150570ee7e4d94c096ad2b2340cfef13c043fc51;hb=b41411954d4ccf6ddaa581178462017557b82b5d;hp=2f2353f809bc98e0899a3ba6611397456cfeed53;hpb=36cf0a845c869c514a6cc20a953c53a086251d2f;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