summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/atmega/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-08 21:10:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-08 21:10:47 +0000
commitfe2959c7e6d314cc44cf5472d20b8ac6d5806b51 (patch)
tree45399264e3dd854c8236e96a9930e40b3083ce28 /nuttx/arch/avr/src/atmega/Make.defs
parentc626aec4434149e17e4cd98174e59095a3a06e05 (diff)
downloadpx4-nuttx-fe2959c7e6d314cc44cf5472d20b8ac6d5806b51.tar.gz
px4-nuttx-fe2959c7e6d314cc44cf5472d20b8ac6d5806b51.tar.bz2
px4-nuttx-fe2959c7e6d314cc44cf5472d20b8ac6d5806b51.zip
More logic for the AVR port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3684 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/avr/src/atmega/Make.defs')
-rw-r--r--nuttx/arch/avr/src/atmega/Make.defs11
1 files changed, 6 insertions, 5 deletions
diff --git a/nuttx/arch/avr/src/atmega/Make.defs b/nuttx/arch/avr/src/atmega/Make.defs
index 9bcf64ea0..a761b4938 100644
--- a/nuttx/arch/avr/src/atmega/Make.defs
+++ b/nuttx/arch/avr/src/atmega/Make.defs
@@ -42,10 +42,11 @@ HEAD_ASRC = atmega_head.S
CMN_ASRCS = up_switchcontext.S
CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
up_createstack.c up_doirq.c up_exit.c up_idle.c up_initialize.c \
- up_interruptcontext.c up_lowputs.c up_mdelay.c up_modifyreg8.c \
- up_modifyreg16.c up_modifyreg32.c up_puts.c up_releasepending.c \
- up_releasestack.c up_reprioritizertr.c up_schedulesigaction.c \
- up_sigdeliver.c up_udelay.c up_unblocktask.c up_usestack.c
+ up_initialstate.c up_interruptcontext.c up_irq.c up_lowputs.c \
+ up_mdelay.c up_modifyreg8.c up_modifyreg16.c up_modifyreg32.c \
+ up_puts.c up_releasepending.c up_releasestack.c \
+ up_reprioritizertr.c up_schedulesigaction.c up_sigdeliver.c \
+ up_udelay.c up_unblocktask.c up_usestack.c
# Configuration-dependent common files
@@ -56,7 +57,7 @@ endif
# Required ATMEGA files
CHIP_ASRCS = atmega_exceptions.S
-CHIP_CSRCS =
+CHIP_CSRCS = atmega_lowconsole.c atmega_lowinit.c atmega_serial.c atmega_timerisr.c
# Configuration-dependent ATMEGA files