summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/imx/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-10 23:31:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-10 23:31:35 +0000
commit32ff8af133c4d385a8dd40c756cf9fecaaf407c4 (patch)
treee4fed69a047568c21455ce7f80aa322a93ddf9e8 /nuttx/arch/arm/src/imx/Make.defs
parent7b7fc55ce2dcc9adae56185d40e62e6c2276c98f (diff)
downloadpx4-nuttx-32ff8af133c4d385a8dd40c756cf9fecaaf407c4.tar.gz
px4-nuttx-32ff8af133c4d385a8dd40c756cf9fecaaf407c4.tar.bz2
px4-nuttx-32ff8af133c4d385a8dd40c756cf9fecaaf407c4.zip
Add irq initialization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1696 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/imx/Make.defs')
-rw-r--r--nuttx/arch/arm/src/imx/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/imx/Make.defs b/nuttx/arch/arm/src/imx/Make.defs
index d71fb6e75..3d9b67972 100644
--- a/nuttx/arch/arm/src/imx/Make.defs
+++ b/nuttx/arch/arm/src/imx/Make.defs
@@ -46,8 +46,8 @@ CMN_CSRCS = up_assert.c up_blocktask.c up_copystate.c up_createstack.c \
up_undefinedinsn.c up_usestack.c
CHIP_ASRCS = #imx_lowputc.S imx_restart.S
-CHIP_CSRCS = imx_boot.c imx_gpio.c imx_allocateheap.c # imx_decodeirq.c \
- #imx_irq.c imx_serial.c imx_timerisr.c imx_framebuffer.c
+CHIP_CSRCS = imx_boot.c imx_gpio.c imx_allocateheap.c imx_irq.c \
+ # imx_decodeirq.c imx_serial.c imx_timerisr.c imx_framebuffer.c
ifeq ($(CONFIG_USBDEV),y)
CHIP_CSRCS += imx_usbdev.c