Gregory Nutt
|
fd9c9a7f4f
|
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.
|
2016-06-29 11:53:00 -06:00 |
Gregory Nutt
|
c8e73b9cef
|
Backout most of changes from 4d331ec09b2fc72636f86be628ea2f69381 and 8afe721612 . Does not work as expected.
|
2016-06-25 09:44:50 -06:00 |
Gregory Nutt
|
170574d331
|
Add configuration logic to include a Kconfig file in each custom configuration. Includes adding a dummy custom board configuration directory. A consequence of this that each custom board directory will now need to contain a Kconfig file. NOTE also that the new board directory does not take effect in the configuration menues until the NEXT time you run 'make menuconfig'
|
2016-06-24 07:45:59 -06:00 |