xiuos6/APP_Framework/Kconfig

11 lines
139 B
Plaintext
Raw Normal View History

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