summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-28 00:48:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-28 00:48:00 +0000
commit78b440f4520f4fc7f6d4e5bdda2a157382e7096b (patch)
treefbe49ae4214b4d3c13d01a00e6d95b281da19b2b /nuttx/arch/arm/src/stm32/Make.defs
parent56224ea316165af86d3db983464e40e1b5b2ac63 (diff)
downloadpx4-nuttx-78b440f4520f4fc7f6d4e5bdda2a157382e7096b.tar.gz
px4-nuttx-78b440f4520f4fc7f6d4e5bdda2a157382e7096b.tar.bz2
px4-nuttx-78b440f4520f4fc7f6d4e5bdda2a157382e7096b.zip
ST3210E-EVAL: Add power management configuration; move all linker scripts to common files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4879 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Make.defs')
-rw-r--r--nuttx/arch/arm/src/stm32/Make.defs3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/stm32/Make.defs b/nuttx/arch/arm/src/stm32/Make.defs
index cae6bfc57..cff2546ee 100644
--- a/nuttx/arch/arm/src/stm32/Make.defs
+++ b/nuttx/arch/arm/src/stm32/Make.defs
@@ -85,11 +85,10 @@ CHIP_CSRCS += stm32_idle.c
endif
CHIP_CSRCS += stm32_pmstop.c stm32_pmstandby.c
-ifeq ($(CONFIG_PM),y)
+
ifneq ($(CONFIG_PM_CUSTOMINIT),y)
CHIP_CSRCS += stm32_pminitialize.c
endif
-endif
ifeq ($(CONFIG_STM32_ETHMAC),y)
CHIP_CSRCS += stm32_eth.c