]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
Introduce generic TPM support in u-boot
[karo-tx-uboot.git] / Makefile
index c2f7f74b62aced01c4f6a166d0df619ac98e7438..f23bed61568fa7c8ffd74132f0e1d6455b543153 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -277,6 +277,9 @@ LIBS += arch/powerpc/cpu/mpc8xxx/lib8xxx.o
 endif
 LIBS += drivers/rtc/librtc.o
 LIBS += drivers/serial/libserial.o
+ifeq ($(CONFIG_GENERIC_LPC_TPM),y)
+LIBS += drivers/tpm/libtpm.o
+endif
 LIBS += drivers/twserial/libtws.o
 LIBS += drivers/usb/eth/libusb_eth.o
 LIBS += drivers/usb/gadget/libusb_gadget.o