summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/z16f/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z16/src/z16f/Make.defs')
-rw-r--r--nuttx/arch/z16/src/z16f/Make.defs10
1 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/arch/z16/src/z16f/Make.defs b/nuttx/arch/z16/src/z16f/Make.defs
index 3549e08d2..f360ca96d 100644
--- a/nuttx/arch/z16/src/z16f/Make.defs
+++ b/nuttx/arch/z16/src/z16f/Make.defs
@@ -36,7 +36,13 @@
HEAD_SSRC = z16f_head.S
CMN_SSRCS =
-CMN_CSRCS =
+CMN_CSRCS = up_allocateheap.c up_initialize.c up_schedulesigaction.c \
+ up_assert.c up_initialstate.c up_sigdeliver.c up_blocktask.c \
+ up_interruptcontext.c up_stackdump.c up_copystate.c \
+ up_mdelay.c up_udelay.c up_createstack.c up_registerdump.c \
+ up_unblocktask.c up_doirq.c up_releasepending.c up_usestack.c \
+ up_exit.c up_releasestack.c up_idle.c up_reprioritizertr.c
CHIP_SSRCS = z16f_lowuart.S
-CHIP_CSRCS =
+CHIP_CSRCS = z16f_clkinit.c z16f_irq.c z16f_timerisr.c
+