summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-22 14:07:45 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-22 14:07:45 +0000
commita901605429e4aaf5c2f29133bb126859a7346a7e (patch)
tree433a83ad007b7ff22d900f2178dc1235420002f7 /nuttx/arch/arm/src/Makefile
parent37217e3fe9972a7c6af3829c6a4974fc10b600de (diff)
Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CONFIG_PM is not defined
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4502 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/Makefile')
-rw-r--r--nuttx/arch/arm/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/Makefile b/nuttx/arch/arm/src/Makefile
index 790880c86a..3d4f30043b 100644
--- a/nuttx/arch/arm/src/Makefile
+++ b/nuttx/arch/arm/src/Makefile
@@ -71,7 +71,7 @@ SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
LDFLAGS = $(ARCHSCRIPT)
-EXTRA_LIBS =
+EXTRA_LIBS ?=
LINKLIBS =
ifeq ($(WINTOOL),y)