summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-25 11:03:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-25 11:03:59 +0000
commit49bc0c0a16540e1b03b1dadda61cf1a2783da3fa (patch)
treefc95108860ba1273a489d84a3dbe2df1ce271e1e /nuttx/configs/ntosd-dm320/nsh
parentfb6467d5cab6df586478a588c0565a01a31468eb (diff)
downloadpx4-nuttx-49bc0c0a16540e1b03b1dadda61cf1a2783da3fa.tar.gz
px4-nuttx-49bc0c0a16540e1b03b1dadda61cf1a2783da3fa.tar.bz2
px4-nuttx-49bc0c0a16540e1b03b1dadda61cf1a2783da3fa.zip
Extend CodeSourcery & production OSD support to other configs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2884 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ntosd-dm320/nsh')
-rw-r--r--nuttx/configs/ntosd-dm320/nsh/Make.defs4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/ntosd-dm320/nsh/Make.defs b/nuttx/configs/ntosd-dm320/nsh/Make.defs
index 8ef6413db..380f9d41e 100644
--- a/nuttx/configs/ntosd-dm320/nsh/Make.defs
+++ b/nuttx/configs/ntosd-dm320/nsh/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# configs/ntosd-dm320/nsh/Make.defs
#
-# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007-2008, 2010 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -83,6 +83,8 @@ AR = $(CROSSDEV)ar rcs
NM = $(CROSSDEV)nm
OBJCOPY = $(CROSSDEV)objcopy
OBJDUMP = $(CROSSDEV)objdump
+MKNXFLAT = mknxflat
+LDNXFLAT = ldnxflat
ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q'}
ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}