summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/Makefile.zdsii
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-15 20:04:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-15 20:04:06 +0000
commit66078ce7c851b1718be106e3c780db8d597689cf (patch)
tree9c4349d25f873b42d87417575c0dbf3af92f02f4 /nuttx/arch/z80/src/Makefile.zdsii
parentab6273349d11901ad4638d1170f7ac345cf61cad (diff)
downloadpx4-nuttx-66078ce7c851b1718be106e3c780db8d597689cf.tar.gz
px4-nuttx-66078ce7c851b1718be106e3c780db8d597689cf.tar.bz2
px4-nuttx-66078ce7c851b1718be106e3c780db8d597689cf.zip
Add ez80f0910200kitg configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@735 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/Makefile.zdsii')
-rw-r--r--nuttx/arch/z80/src/Makefile.zdsii7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/arch/z80/src/Makefile.zdsii b/nuttx/arch/z80/src/Makefile.zdsii
index dcba5af32..d79fd83ee 100644
--- a/nuttx/arch/z80/src/Makefile.zdsii
+++ b/nuttx/arch/z80/src/Makefile.zdsii
@@ -107,6 +107,13 @@ ifeq ($(CONFIG_ARCH_CHIP_Z8F642X),y)
@echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/csioLDD$(LIBEXT)}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/zsldevinitdummy$(LIBEXT)}\"" >>nuttx.linkcmd
endif
+ifeq ($(CONFIG_ARCH_CHIP_EZ80F91),y)
+ @echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/chelp$(LIBEXT)}\", \\" >>nuttx.linkcmd
+ @echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/crt$(LIBEXT)}\", \\" >>nuttx.linkcmd
+ @echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/fplib$(LIBEXT)}\", \\" >>nuttx.linkcmd
+ @echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/gpio$(LIBEXT)}\", \\" >>nuttx.linkcmd
+ @echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/uartf91$(LIBEXT)}\"" >>nuttx.linkcmd
+endif
nuttx$(EXEEXT): $(HEAD_AOBJ) board/libboard$(LIBEXT) nuttx.linkcmd
@echo "LD: nuttx.hex"