forked from xuos/xiuos
Fix modification infomations. Reconstruct fs directory structure.
This commit is contained in:
@@ -7,7 +7,7 @@ objdump = ${toolchain}objdump
|
||||
cflags = -std=c11 -march=armv7-a -mtune=cortex-a9 -nostdlib -nodefaultlibs -mfloat-abi=soft -fno-pic -static -fno-builtin -fno-strict-aliasing -Wall -ggdb -Wno-unused -Werror -fno-omit-frame-pointer -fno-stack-protector -fno-pie -no-pie
|
||||
c_useropts = -O0
|
||||
|
||||
INC_DIR = -I$(KERNEL_ROOT)/services/boards/imx6q-sabrelite -I$(KERNEL_ROOT)/services/lib/ipc -I$(KERNEL_ROOT)/services/fs/include
|
||||
INC_DIR = -I$(KERNEL_ROOT)/services/boards/imx6q-sabrelite -I$(KERNEL_ROOT)/services/lib/ipc -I$(KERNEL_ROOT)/services/fs/libfs
|
||||
|
||||
all: shell_cmd_list.o shell_ext.o shell.o
|
||||
@mv shell_cmd_list.o ../../boards/imx6q-sabrelite
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
#include "shell_cfg.h"
|
||||
#include "shell_ext.h"
|
||||
|
||||
#include "fs.h"
|
||||
#include "fs_service.h"
|
||||
#include "libfs_to_client.h"
|
||||
#include "libipc.h"
|
||||
|
||||
#if SHELL_USING_CMD_EXPORT == 1
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
/**
|
||||
* @brief 是否显示shell信息
|
||||
*/
|
||||
#define SHELL_SHOW_INFO 1
|
||||
#define SHELL_SHOW_INFO 0
|
||||
#endif /** SHELL_SHOW_INFO */
|
||||
|
||||
#ifndef SHELL_CLS_WHEN_LOGIN
|
||||
|
||||
Reference in New Issue
Block a user