summaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx/usbnsh/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-27 11:39:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-27 11:39:13 -0600
commit87d335b92ab7580fdd0aef729646c8c2131b3ec8 (patch)
tree7b8355985532c77efddb0f085d5e0c580ad599bc /nuttx/configs/sure-pic32mx/usbnsh/Make.defs
parentbec3b36f727b4bccdf9900097ae8d76fb7faa1ab (diff)
downloadpx4-nuttx-87d335b92ab7580fdd0aef729646c8c2131b3ec8.tar.gz
px4-nuttx-87d335b92ab7580fdd0aef729646c8c2131b3ec8.tar.bz2
px4-nuttx-87d335b92ab7580fdd0aef729646c8c2131b3ec8.zip
The SLCD driver is now fully functional for Sure PIC32MX board
Diffstat (limited to 'nuttx/configs/sure-pic32mx/usbnsh/Make.defs')
-rw-r--r--nuttx/configs/sure-pic32mx/usbnsh/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sure-pic32mx/usbnsh/Make.defs b/nuttx/configs/sure-pic32mx/usbnsh/Make.defs
index 79c47842e..04224901f 100644
--- a/nuttx/configs/sure-pic32mx/usbnsh/Make.defs
+++ b/nuttx/configs/sure-pic32mx/usbnsh/Make.defs
@@ -46,7 +46,7 @@ ifeq ($(WINTOOL),y)
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)/scripts/ld.script}"
else
- # Linux/Cygwin-native toolchain
+ # Linux/Cygwin-native toolchain
MKDEP = $(TOPDIR)/tools/mkdeps.sh
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx