Add APP_Framework Kconfig
This commit is contained in:
parent
e37efc70ce
commit
9158349752
|
@ -22,7 +22,7 @@
|
|||
#ifndef __XS_KLIST_H__
|
||||
#define __XS_KLIST_H__
|
||||
|
||||
#include <libc.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
menu "APP_Framework"
|
||||
|
||||
config APP_DIR
|
||||
string
|
||||
option env="SRC_APP_DIR"
|
||||
default "."
|
||||
|
||||
source "$APP_DIR/Applications/Kconfig"
|
||||
|
||||
endmenu
|
|
@ -7,4 +7,6 @@ source "$KERNEL_DIR/fs/Kconfig"
|
|||
|
||||
source "$KERNEL_DIR/framework/Kconfig"
|
||||
|
||||
source "$KERNEL_DIR/applications/Kconfig"
|
||||
source "$KERNEL_DIR/applications/Kconfig"
|
||||
|
||||
source "$KERNEL_DIR/../../APP_Framework/Kconfig"
|
||||
|
|
Loading…
Reference in New Issue