74ce3b81d3
First decoupling changes related to CMAKE BINDIR/APPSBINDIR: Output path of Kconfig which dynamically generated by NuttX Kernel/Apps This option is consistent with the TOPDIR/APPSDIR by default, and will be changed when out-of-tree compilation is supported Signed-off-by: chao an <anchao@xiaomi.com>
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if SPECIFIC_DRIVERS
|
|
source "$BINDIR/drivers/platform/audio/Kconfig"
|
|
source "$BINDIR/drivers/platform/sensors/Kconfig"
|
|
endif
|