xiuos6/APP_Framework/Kconfig

11 lines
142 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 "."
source "$APP_DIR/Applications/Kconfig"
endmenu