summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-18 22:54:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-18 22:54:33 +0000
commitc27590b084adfd6138643432c97f6d04963a6f0f (patch)
tree75f3c460332661d905db646b240b1a2e1f9f5ecf /nuttx/arch/arm/src/stm32/Make.defs
parent08acfbbbbfc832365e3f28a73b7f059d885082f4 (diff)
downloadpx4-nuttx-c27590b084adfd6138643432c97f6d04963a6f0f.tar.gz
px4-nuttx-c27590b084adfd6138643432c97f6d04963a6f0f.tar.bz2
px4-nuttx-c27590b084adfd6138643432c97f6d04963a6f0f.zip
Add STM32 PM sleep support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4953 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Make.defs')
-rw-r--r--nuttx/arch/arm/src/stm32/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/Make.defs b/nuttx/arch/arm/src/stm32/Make.defs
index 0493630b9..9cdf1314e 100644
--- a/nuttx/arch/arm/src/stm32/Make.defs
+++ b/nuttx/arch/arm/src/stm32/Make.defs
@@ -84,7 +84,7 @@ ifneq ($(CONFIG_IDLE_CUSTOM),y)
CHIP_CSRCS += stm32_idle.c
endif
-CHIP_CSRCS += stm32_pmstop.c stm32_pmstandby.c
+CHIP_CSRCS += stm32_pmstop.c stm32_pmstandby.c stm32_pmsleep.c
ifneq ($(CONFIG_PM_CUSTOMINIT),y)
CHIP_CSRCS += stm32_pminitialize.c