summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/z80/src/z180/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/z180/Make.defs')
-rw-r--r--nuttx/arch/z80/src/z180/Make.defs12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/arch/z80/src/z180/Make.defs b/nuttx/arch/z80/src/z180/Make.defs
index f196c45d78..a50c67f39a 100644
--- a/nuttx/arch/z80/src/z180/Make.defs
+++ b/nuttx/arch/z80/src/z180/Make.defs
@@ -41,14 +41,14 @@ HEAD_ASRC = z180_head.asm
endif
endif
-CMN_ASRCS =
-CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_createstack.c
+CMN_ASRCS =
+CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_createstack.c
CMN_CSRCS += up_doirq.c up_exit.c up_idle.c up_initialize.c
CMN_CSRCS += up_interruptcontext.c up_mdelay.c up_releasepending.c
CMN_CSRCS += up_releasestack.c up_reprioritizertr.c up_unblocktask.c
CMN_CSRCS += up_udelay.c up_usestack.c
-CHIP_ASRCS = z180_restoreusercontext.asm z180_saveusercontext.asm
+CHIP_ASRCS = z180_restoreusercontext.asm z180_saveusercontext.asm
CHIP_ASRCS += z180_vectcommon.asm
ifeq ($(CONFIG_LINKER_ROM_AT_0000),y)
@@ -57,6 +57,6 @@ else
CHIP_ASRCS += z180_vectors.asm
endif
-CHIP_CSRCS = z180_copystate.c z180_initialstate.c z180_io.c z180_irq.c
-CHIP_CSRCS += z180_mmu.c z180_registerdump.c z180_schedulesigaction.c
-CHIP_CSRCS += z180_sigdeliver.c
+CHIP_CSRCS = z180_copystate.c z180_initialstate.c z180_io.c z180_irq.c
+CHIP_CSRCS += z180_modifiyreg8.c z180_mmu.c z180_registerdump.c
+CHIP_CSRCS += z180_schedulesigaction.c z180_sigdeliver.c