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:
Ulf Magnusson 2019-03-18 12:09:31 +01:00 committed by Kumar Gala
commit 19626892b5
2 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,6 @@ module = NEURAL_NET
module-str = neural_net
source "subsys/logging/Kconfig.template.log_config"
gsource "drivers/neural_net/Kconfig.*"
source "drivers/neural_net/Kconfig.*"
endif # NEURAL_NET

View file

@ -4,4 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
#
gsource "soc/arm/cypress/*/Kconfig.defconfig.series"
source "soc/arm/cypress/*/Kconfig.defconfig.series"