From bc9e9610965af3e3c00dfa604dcc33a55aaadae0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Mar 2012 14:07:45 +0000 Subject: 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 --- nuttx/arch/x86/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/x86') 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) -- cgit v1.2.3