Files
xiuos/APP_Framework/Kconfig
Zhao_Jiasheng 994658c08c Add adapter.c
2021-06-16 11:07:17 +08:00

11 lines
139 B
Plaintext

menu "APP_Framework"
config APP_DIR
string
option env="SRC_APP_DIR"
default "."
source "$APP_DIR/Framework/Kconfig"
endmenu