]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - spl/Makefile
arm, spl: add watchdog library to SPL
[karo-tx-uboot.git] / spl / Makefile
index 28ebc96060f8b6b6709b4b55b16a1b641c79b887..003558c74a91ea5ade6883be84d9db5d7dc87a9a 100644 (file)
@@ -82,6 +82,7 @@ LIBS-$(CONFIG_SPL_ETH_SUPPORT) += drivers/net/libnet.o
 LIBS-$(CONFIG_SPL_ETH_SUPPORT) += drivers/net/phy/libphy.o
 LIBS-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += drivers/usb/musb-new/libusb_musb-new.o
 LIBS-$(CONFIG_SPL_USBETH_SUPPORT) += drivers/usb/gadget/libusb_gadget.o
+LIBS-$(CONFIG_SPL_WATCHDOG_SUPPORT) += drivers/watchdog/libwatchdog.o
 
 ifneq ($(CONFIG_OMAP_COMMON),)
 LIBS-y += $(CPUDIR)/omap-common/libomap-common.o