Add logic to support custom board directories that include a Kconfig file. During the context phase of the build, any Kconfig file in the custom board directory is copied into configs/dummy, replacing the existing Kconfig file with the target Kconfig file.

This commit is contained in:
Gregory Nutt
2016-06-29 11:53:00 -06:00
parent 329c760f17
commit fd9c9a7f4f
6 changed files with 45 additions and 3 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ endif
NONFSDIRS = sched drivers configs $(ARCH_SRC) $(NUTTX_ADDONS)
FSDIRS = fs binfmt
CONTEXTDIRS = $(APPDIR)
CONTEXTDIRS = configs $(APPDIR)
USERDIRS =
OTHERDIRS = lib