summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-15 01:11:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-15 01:11:54 +0000
commit7bf071be1a572106fab0f4508ab01312c934b94d (patch)
treede3b02d6f7f48c9b94125f07c2df4d0029795dbe /nuttx/arch/arm/src/stm32/Make.defs
parentb53d8081c1e407bdc9188f9b4f320846a1a50241 (diff)
downloadpx4-nuttx-7bf071be1a572106fab0f4508ab01312c934b94d.tar.gz
px4-nuttx-7bf071be1a572106fab0f4508ab01312c934b94d.tar.bz2
px4-nuttx-7bf071be1a572106fab0f4508ab01312c934b94d.zip
Add skeleton file for STM32 watchdog timer driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4611 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Make.defs')
-rw-r--r--nuttx/arch/arm/src/stm32/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/Make.defs b/nuttx/arch/arm/src/stm32/Make.defs
index a0a01b103..ee76c0850 100644
--- a/nuttx/arch/arm/src/stm32/Make.defs
+++ b/nuttx/arch/arm/src/stm32/Make.defs
@@ -121,6 +121,10 @@ ifeq ($(CONFIG_CAN),y)
CHIP_CSRCS += stm32_can.c
endif
+ifeq ($(CONFIT_STM32_WWDG),y)
+CHIP_CSRCS += stm32_wdg.c
+endif
+
ifeq ($(CONFIG_DEBUG),y)
CHIP_CSRCS += stm32_dumpgpio.c
endif