xiuos6/APP_Framework/Kconfig

14 lines
225 B
Plaintext
Raw Normal View History

2021-06-10 11:41:30 +08:00
menu "APP_Framework"
2021-06-17 14:07:57 +08:00
config APP_DIR
string
option env="SRC_APP_DIR"
default "."
2021-06-10 11:41:30 +08:00
2021-06-17 14:07:57 +08:00
source "$APP_DIR/Applications/Kconfig"
2021-06-16 11:07:17 +08:00
source "$APP_DIR/Framework/Kconfig"
2021-06-18 17:37:03 +08:00
source "$APP_DIR/lib/Kconfig"
2021-06-10 11:41:30 +08:00
endmenu