diff options
| author | Rong Chang <[email protected]> | 2013-04-12 10:44:57 +0000 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2013-04-12 14:13:00 -0700 |
| commit | f626799816d04502cd69cc45d2add68de8b199bd (patch) | |
| tree | 24b345a7263342e0b1d31d170e225dc7219a8ee5 /Makefile | |
| parent | af98a70a6bb54513713e4d7e55681dfdbf2b149a (diff) | |
tpm: Add Infineon slb9635_i2c TPM driver
Add a driver for the I2C TPM from Infineon.
Signed-off-by: Che-Liang Chiou <[email protected]>
Signed-off-by: Rong Chang <[email protected]>
Signed-off-by: Tom Wai-Hong Tam <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ endif LIBS-y += drivers/rtc/librtc.o LIBS-y += drivers/serial/libserial.o LIBS-y += drivers/sound/libsound.o -LIBS-$(CONFIG_GENERIC_LPC_TPM) += drivers/tpm/libtpm.o +LIBS-y += drivers/tpm/libtpm.o LIBS-y += drivers/twserial/libtws.o LIBS-y += drivers/usb/eth/libusb_eth.o LIBS-y += drivers/usb/gadget/libusb_gadget.o |
