forked from xuos/xiuos
11 lines
142 B
Plaintext
11 lines
142 B
Plaintext
menu "APP_Framework"
|
|
|
|
config APP_DIR
|
|
string
|
|
option env="SRC_APP_DIR"
|
|
default "."
|
|
|
|
source "$APP_DIR/Applications/Kconfig"
|
|
|
|
endmenu
|