summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 22:12:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 22:12:03 +0000
commit589e1a74a4f4e8a337df1c18e417db35631485d8 (patch)
treee10ae30edb0e21f2e78f4c68456c9fe137b6a47d /nuttx/arch/arm/src/lpc214x/Make.defs
parentd7a9800e3ecdd8f6bce4b5ee83bfe91e4238b61e (diff)
downloadpx4-nuttx-589e1a74a4f4e8a337df1c18e417db35631485d8.tar.gz
px4-nuttx-589e1a74a4f4e8a337df1c18e417db35631485d8.tar.bz2
px4-nuttx-589e1a74a4f4e8a337df1c18e417db35631485d8.zip
Fix LPC2148 PLL setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@925 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc214x/Make.defs')
-rw-r--r--nuttx/arch/arm/src/lpc214x/Make.defs7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/lpc214x/Make.defs b/nuttx/arch/arm/src/lpc214x/Make.defs
index 40b0c4430..6b10e4bad 100644
--- a/nuttx/arch/arm/src/lpc214x/Make.defs
+++ b/nuttx/arch/arm/src/lpc214x/Make.defs
@@ -40,10 +40,13 @@ CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
up_createstack.c up_dataabort.c up_mdelay.c up_udelay.c \
up_exit.c up_idle.c up_initialize.c up_initialstate.c \
up_interruptcontext.c up_prefetchabort.c up_releasepending.c \
- up_releasestack.c up_reprioritizertr.c up_schedulesigaction.c \
- up_sigdeliver.c up_syscall.c up_unblocktask.c \
+ up_releasestack.c up_reprioritizertr.c up_syscall.c up_unblocktask.c \
up_undefinedinsn.c up_usestack.c
+ifneq ($(CONFIG_DISABLE_SIGNALS),y)
+CMN_CSRCS += up_schedulesigaction.c up_sigdeliver.c
+endif
+
CHIP_ASRCS = lpc214x_lowputc.S
CHIP_CSRCS = lpc214x_decodeirq.c lpc214x_irq.c lpc214x_timerisr.c \
lpc214x_serial.c