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
This commit is contained in:
patacongo
2012-03-22 14:07:45 +00:00
parent 8ec6b706df
commit d7d60dba35
11 changed files with 39 additions and 23 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
LDFLAGS = $(ARCHSCRIPT)
EXTRA_LIBS =
EXTRA_LIBS ?=
LINKLIBS =
ifeq ($(WINTOOL),y)