summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-16 23:36:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-16 23:36:25 +0000
commite5fcd6cdd87650d6b7720a7303044e946af353cc (patch)
tree677edd5697a8f6e0c4d649cfe0e117ab14ee960c /nuttx/arch/z80/src/ez80/Make.defs
parent1ea725775cae34ddf86a8b2fca5f4af77fda5e6a (diff)
downloadpx4-nuttx-e5fcd6cdd87650d6b7720a7303044e946af353cc.tar.gz
px4-nuttx-e5fcd6cdd87650d6b7720a7303044e946af353cc.tar.bz2
px4-nuttx-e5fcd6cdd87650d6b7720a7303044e946af353cc.zip
Added EZ80 files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@738 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/ez80/Make.defs')
-rw-r--r--nuttx/arch/z80/src/ez80/Make.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/z80/src/ez80/Make.defs b/nuttx/arch/z80/src/ez80/Make.defs
index fc9e9e844..b1deb49b4 100644
--- a/nuttx/arch/z80/src/ez80/Make.defs
+++ b/nuttx/arch/z80/src/ez80/Make.defs
@@ -48,6 +48,6 @@ ifeq ($(_EZ80F91),y)
CHIP_ASRCS += ez80f91_init.asm
endif
CHIP_SSRCS =
-CHIP_CSRCS = ez80_initialstate.c ez80_irq.c ez80_saveirqcontext.c \
- ez80_schedulesigaction.c ez80_sigdeliver.c ez80_timerisr.c \
- ez80_lowuart.c ez80_serial.c ez80_registerdump.c
+CHIP_CSRCS = ez80_initialstate.c ez80_irq.c ez80_schedulesigaction.c \
+ ez80_sigdeliver.c ez80_timerisr.c ez80_lowuart.c ez80_serial.c \
+ ez80_registerdump.c