summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3220g-eval/src/Makefile')
-rw-r--r--nuttx/configs/stm3220g-eval/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3220g-eval/src/Makefile b/nuttx/configs/stm3220g-eval/src/Makefile
index b79189cb1..af845744b 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))