summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-22 14:07:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-22 14:07:45 +0000
commitbc9e9610965af3e3c00dfa604dcc33a55aaadae0 (patch)
tree433a83ad007b7ff22d900f2178dc1235420002f7 /nuttx/arch/x86
parent0c7804b74dcec7d746e95425157bd6afc1435de6 (diff)
downloadnuttx-bc9e9610965af3e3c00dfa604dcc33a55aaadae0.tar.gz
nuttx-bc9e9610965af3e3c00dfa604dcc33a55aaadae0.tar.bz2
nuttx-bc9e9610965af3e3c00dfa604dcc33a55aaadae0.zip
Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CONFIG_PM is not defined
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4502 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/x86')
-rw-r--r--nuttx/arch/x86/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/x86/src/Makefile b/nuttx/arch/x86/src/Makefile
index 8b7032a09..122126296 100644
--- a/nuttx/arch/x86/src/Makefile
+++ b/nuttx/arch/x86/src/Makefile
@@ -65,7 +65,7 @@ SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
LDFLAGS = $(ARCHSCRIPT)
-EXTRA_LIBS =
+EXTRA_LIBS ?=
LINKLIBS =
ifeq ($(WINTOOL),y)