From 49bc0c0a16540e1b03b1dadda61cf1a2783da3fa Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 25 Aug 2010 11:03:59 +0000 Subject: 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 --- nuttx/configs/ntosd-dm320/nsh/Make.defs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/ntosd-dm320/nsh') 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 # # 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} -- cgit v1.2.3