summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-07 09:29:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-07 09:29:02 -0600
commit50c464397767530fd6ce39d47d3cbd5a426c5e39 (patch)
tree524b97e7ad461ed466bfe16089b2d54f7ce1472a /nuttx/Makefile.win
parentb5ac4acfe85d174f7e034fc852223c07590f8986 (diff)
downloadpx4-nuttx-50c464397767530fd6ce39d47d3cbd5a426c5e39.tar.gz
px4-nuttx-50c464397767530fd6ce39d47d3cbd5a426c5e39.tar.bz2
px4-nuttx-50c464397767530fd6ce39d47d3cbd5a426c5e39.zip
Some Windows native build fixes
Diffstat (limited to 'nuttx/Makefile.win')
-rw-r--r--nuttx/Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile.win b/nuttx/Makefile.win
index 369e1319b..d224ea8b5 100644
--- a/nuttx/Makefile.win
+++ b/nuttx/Makefile.win
@@ -60,7 +60,7 @@ ARCH_INC = $(ARCH_DIR)\include
ifeq ($(CONFIG_ARCH_BOARD_CUSTOM),y)
BOARD_DIR = $(CONFIG_ARCH_BOARD_CUSTOM_DIR)
else
- BOARD_DIR = configs/$(CONFIG_ARCH_BOARD)
+ BOARD_DIR = configs$(DELIM)$(CONFIG_ARCH_BOARD)
endif
# Add-on directories. These may or may not be in place in the