build: support out of tree SoC definition
Add the glue to make this work with SoC code outside of the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
abcf2ad5a8
commit
96455d5881
7 changed files with 17 additions and 12 deletions
|
@ -2,11 +2,11 @@
|
|||
choice
|
||||
prompt "SoC/CPU/Configuration Selection"
|
||||
|
||||
source "soc/$ENV_VAR_ARCH/*/Kconfig.soc"
|
||||
source "$(SOC_DIR)/$(ARCH)/*/Kconfig.soc"
|
||||
|
||||
endchoice
|
||||
|
||||
menu "Hardware Configuration"
|
||||
osource "soc/$ENV_VAR_ARCH/*/Kconfig"
|
||||
osource "$(SOC_DIR)/$(ARCH)/*/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue