summaryrefslogtreecommitdiff
path: root/nuttx/configs/zkit-arm-1769/hello
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-28 14:11:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-28 14:11:08 +0000
commitf6b940c07fd543138ca4b856731fcf774edebeed (patch)
tree108812f0e440a63ed4333c1f8b203bf79891e439 /nuttx/configs/zkit-arm-1769/hello
parent2ecee1bde43e035ce8e2ab74982f25cb30f338fa (diff)
downloadpx4-nuttx-f6b940c07fd543138ca4b856731fcf774edebeed.tar.gz
px4-nuttx-f6b940c07fd543138ca4b856731fcf774edebeed.tar.bz2
px4-nuttx-f6b940c07fd543138ca4b856731fcf774edebeed.zip
Add NSH configuration for the zkit-arm-1769 board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5685 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/zkit-arm-1769/hello')
-rw-r--r--nuttx/configs/zkit-arm-1769/hello/Make.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/zkit-arm-1769/hello/Make.defs b/nuttx/configs/zkit-arm-1769/hello/Make.defs
index 4f3960e5b..6b857fc6b 100644
--- a/nuttx/configs/zkit-arm-1769/hello/Make.defs
+++ b/nuttx/configs/zkit-arm-1769/hello/Make.defs
@@ -105,8 +105,11 @@ LIBEXT = .a
EXEEXT =
ifneq ($(CROSSDEV),arm-nuttx-elf-)
+ifneq ($(CROSSDEV),arm-nuttx-eabi-)
LDFLAGS += -nostartfiles -nodefaultlibs
endif
+endif
+
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
LDFLAGS += -g
endif