Add APP_Framework Kconfig
This commit is contained in:
@@ -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
|
||||
@@ -8,3 +8,5 @@ source "$KERNEL_DIR/fs/Kconfig"
|
||||
source "$KERNEL_DIR/framework/Kconfig"
|
||||
|
||||
source "$KERNEL_DIR/applications/Kconfig"
|
||||
|
||||
source "$KERNEL_DIR/../../APP_Framework/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user