From 84eb7fe1709023514ee0a1c85af34cda2a37bd07 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 12 Feb 2008 01:35:08 +0000 Subject: Fix z80 problems introduced by z8 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@670 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z80sim/nsh/Make.defs | 2 +- nuttx/configs/z80sim/ostest/Make.defs | 2 +- nuttx/configs/z80sim/pashello/Make.defs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/z80sim/nsh/Make.defs b/nuttx/configs/z80sim/nsh/Make.defs index 75b6de6c8..6c95d3296 100644 --- a/nuttx/configs/z80sim/nsh/Make.defs +++ b/nuttx/configs/z80sim/nsh/Make.defs @@ -83,7 +83,7 @@ define ARCHIVE endef define CLEAN - @rm -f *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.ihx *.hex + @rm -f *.o *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.ihx *.hex endef MKDEP = $(TOPDIR)/tools/mkdeps.sh diff --git a/nuttx/configs/z80sim/ostest/Make.defs b/nuttx/configs/z80sim/ostest/Make.defs index 75b6de6c8..6c95d3296 100644 --- a/nuttx/configs/z80sim/ostest/Make.defs +++ b/nuttx/configs/z80sim/ostest/Make.defs @@ -83,7 +83,7 @@ define ARCHIVE endef define CLEAN - @rm -f *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.ihx *.hex + @rm -f *.o *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.ihx *.hex endef MKDEP = $(TOPDIR)/tools/mkdeps.sh diff --git a/nuttx/configs/z80sim/pashello/Make.defs b/nuttx/configs/z80sim/pashello/Make.defs index 75b6de6c8..6c95d3296 100644 --- a/nuttx/configs/z80sim/pashello/Make.defs +++ b/nuttx/configs/z80sim/pashello/Make.defs @@ -83,7 +83,7 @@ define ARCHIVE endef define CLEAN - @rm -f *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.ihx *.hex + @rm -f *.o *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.ihx *.hex endef MKDEP = $(TOPDIR)/tools/mkdeps.sh -- cgit v1.2.3