summaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx/nsh/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-26 16:44:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-26 16:44:53 -0600
commit168976579a7a81d31112283b23ff9fe7b7d25166 (patch)
tree8be36228a9fd5833721f37467d47fabbf0ae9fb5 /nuttx/configs/sure-pic32mx/nsh/Make.defs
parent47ed1cf8c44bf25c4e36955911504367431d6724 (diff)
downloadpx4-nuttx-168976579a7a81d31112283b23ff9fe7b7d25166.tar.gz
px4-nuttx-168976579a7a81d31112283b23ff9fe7b7d25166.tar.bz2
px4-nuttx-168976579a7a81d31112283b23ff9fe7b7d25166.zip
Converted all configurations to use the kconfig-frontends tools, cleaned up the directory structure and naming to match some of the more recent configurations, and added a segment LCD driver for the board. The initial checkin of the LCD driver is just a clone of configs/pcblogic-pic32mx/src/pic32mx_lcd1602 and it not yet expected to be functional.
Diffstat (limited to 'nuttx/configs/sure-pic32mx/nsh/Make.defs')
-rw-r--r--nuttx/configs/sure-pic32mx/nsh/Make.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sure-pic32mx/nsh/Make.defs b/nuttx/configs/sure-pic32mx/nsh/Make.defs
index c15ab4f81..3803fdd4d 100644
--- a/nuttx/configs/sure-pic32mx/nsh/Make.defs
+++ b/nuttx/configs/sure-pic32mx/nsh/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# configs/sure-pic32mx/nsh/Make.defs
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
+# Copyright (C) 2011, 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -44,13 +44,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)/nsh/ld.script}"
+ ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script}"
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)/nsh/ld.script
+ ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script
endif
CC = $(CROSSDEV)gcc