aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/xtrs/ostest/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 19:50:35 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 19:50:35 +0000
commit6fe64a18861e4e35d0906fa9236498d125d33262 (patch)
tree84593559b23d580c9330f7c2ca516069a166c789 /nuttx/configs/xtrs/ostest/Make.defs
parentfcbad8c27f9207306bbc31ca1471c21f780abe0a (diff)
downloadpx4-firmware-6fe64a18861e4e35d0906fa9236498d125d33262.tar.gz
px4-firmware-6fe64a18861e4e35d0906fa9236498d125d33262.tar.bz2
px4-firmware-6fe64a18861e4e35d0906fa9236498d125d33262.zip
Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4431 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/xtrs/ostest/Make.defs')
-rw-r--r--nuttx/configs/xtrs/ostest/Make.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/xtrs/ostest/Make.defs b/nuttx/configs/xtrs/ostest/Make.defs
index 6d2568906..6f769411c 100644
--- a/nuttx/configs/xtrs/ostest/Make.defs
+++ b/nuttx/configs/xtrs/ostest/Make.defs
@@ -1,8 +1,8 @@
############################################################################
# configs/xtrs/Make.defs
#
-# Copyright (C) 2008 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 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