summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim/pashello/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/z80sim/pashello/Make.defs')
-rw-r--r--nuttx/configs/z80sim/pashello/Make.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/z80sim/pashello/Make.defs b/nuttx/configs/z80sim/pashello/Make.defs
index 945d86d4d..cb0be065d 100644
--- a/nuttx/configs/z80sim/pashello/Make.defs
+++ b/nuttx/configs/z80sim/pashello/Make.defs
@@ -1,8 +1,8 @@
############################################################################
# configs/z80sim/pashello/Make.defs
#
-# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2007, 2008, 2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -88,7 +88,7 @@ define ARCHIVE
endef
define CLEAN
- @rm -f *.o *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.ihx *.hex
+ @rm -f *.o *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.hex
endef
MKDEP = $(TOPDIR)/tools/mkdeps.sh