kconfig: Replace two leftover 'gsource' with 'source'
Plain 'source' is globbing. 'gsource' is a leftover from an older design, and works as a synonym for 'source'. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
5c8fd84d12
commit
19626892b5
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,6 @@ module = NEURAL_NET
|
||||||
module-str = neural_net
|
module-str = neural_net
|
||||||
source "subsys/logging/Kconfig.template.log_config"
|
source "subsys/logging/Kconfig.template.log_config"
|
||||||
|
|
||||||
gsource "drivers/neural_net/Kconfig.*"
|
source "drivers/neural_net/Kconfig.*"
|
||||||
|
|
||||||
endif # NEURAL_NET
|
endif # NEURAL_NET
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
gsource "soc/arm/cypress/*/Kconfig.defconfig.series"
|
source "soc/arm/cypress/*/Kconfig.defconfig.series"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue