Some Windows native build fixes

This commit is contained in:
Gregory Nutt 2014-02-07 09:29:02 -06:00
parent 420cb1f304
commit 3ab50c23f8
1 changed files with 1 additions and 1 deletions

View File

@ -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