]> git.sur5r.net Git - u-boot/blobdiff - drivers/tpm/Makefile
bfin: Move gpio support for bf54x and bf60x into the generic driver folder.
[u-boot] / drivers / tpm / Makefile
index be11c8b595f1367daffc623aff8aa7c694a36749..e8c159c0f3fee868c68c42a34e35799e87ce7c25 100644 (file)
@@ -23,7 +23,11 @@ include $(TOPDIR)/config.mk
 
 LIB := $(obj)libtpm.o
 
+$(shell mkdir -p $(obj)slb9635_i2c)
+
 COBJS-$(CONFIG_GENERIC_LPC_TPM) = generic_lpc_tpm.o
+COBJS-$(CONFIG_INFINEON_TPM_I2C) += tis_i2c.o slb9635_i2c/tpm.o
+COBJS-$(CONFIG_INFINEON_TPM_I2C) += slb9635_i2c/tpm_tis_i2c.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)