Skip to content
Snippets Groups Projects
Commit 3ab50c23 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Some Windows native build fixes

parent 420cb1f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment