From a09f96498bb2a31bb78388b5f094dc0e9295f86e Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 19 Aug 2013 16:38:58 +0200 Subject: arm, spl: add watchdog library to SPL Signed-off-by: Heiko Schocher Cc: Tom Rini --- spl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'spl/Makefile') diff --git a/spl/Makefile b/spl/Makefile index 28ebc96..003558c 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -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 -- cgit v1.1