summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/atmega/Make.defs
diff options
context:
space:
mode:
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