summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/nxlines/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-23 19:53:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-23 19:53:03 +0000
commite2cd590a6f7e1a4132d2eda16e1f29c760b804bb (patch)
tree995d8957ad0b6a28ef2f072ba7e0bb05f2028f64 /nuttx/configs/hymini-stm32v/nxlines/Make.defs
parentf8b6aa507b5e305c371a210fd85739519fbc3831 (diff)
downloadpx4-nuttx-e2cd590a6f7e1a4132d2eda16e1f29c760b804bb.tar.gz
px4-nuttx-e2cd590a6f7e1a4132d2eda16e1f29c760b804bb.tar.bz2
px4-nuttx-e2cd590a6f7e1a4132d2eda16e1f29c760b804bb.zip
Move ld.script files from configuration directories to script/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5249 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/hymini-stm32v/nxlines/Make.defs')
-rw-r--r--nuttx/configs/hymini-stm32v/nxlines/Make.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/hymini-stm32v/nxlines/Make.defs b/nuttx/configs/hymini-stm32v/nxlines/Make.defs
index 8943c4cb7..b9e8841f0 100644
--- a/nuttx/configs/hymini-stm32v/nxlines/Make.defs
+++ b/nuttx/configs/hymini-stm32v/nxlines/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# configs/hymini-stm32v/nxlines/Make.defs
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
+# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -89,13 +89,13 @@ ifeq ($(WINTOOL),y)
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
- ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/nxlines/$(LDSCRIPT)}"
+ ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
else
# Linux/Cygwin-native toolchain
MKDEP = $(TOPDIR)/tools/mkdeps.sh
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
- ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/nxlines/$(LDSCRIPT)
+ ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
endif
CC = $(CROSSDEV)gcc