From 03a9d63580b10f9ebd185fe158aee557d32c3ad8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 16 Apr 2012 17:20:36 +0000 Subject: Add STM32 watchdog configuration git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4617 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/configs/stm3220g-eval/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/stm3220g-eval/src/Makefile') diff --git a/nuttx/configs/stm3220g-eval/src/Makefile b/nuttx/configs/stm3220g-eval/src/Makefile index b79189cb1b..af845744bf 100644 --- a/nuttx/configs/stm3220g-eval/src/Makefile +++ b/nuttx/configs/stm3220g-eval/src/Makefile @@ -80,8 +80,8 @@ ifeq ($(CONFIG_NSH_ARCHINIT),y) CSRCS += up_nsh.c endif -ifeq ($(CONFIG_ARCH_FPU),y) -CSRCS += up_ostest.c +ifeq ($(CONFIG_WATCHDOG),y) +CSRCS += up_watchdog.c endif COBJS = $(CSRCS:.c=$(OBJEXT)) -- cgit v1.2.3