Support Userland semaphore server
This commit is contained in:
@@ -24,7 +24,7 @@ INC_DIR = -I$(KERNEL_ROOT)/services/app \
|
||||
-I$(KERNEL_ROOT)/services/boards/$(BOARD)
|
||||
|
||||
all: shell_cmd_list.o shell_ext.o shell.o
|
||||
@mv $^ ../../app
|
||||
@mv $^ $(KERNEL_ROOT)/services/app
|
||||
|
||||
shell_cmd_list.o: shell_cmd_list.c
|
||||
@echo "cc shell_cmd_list"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "shell_cfg.h"
|
||||
#include "shell_ext.h"
|
||||
|
||||
#include "libfs_to_client.h"
|
||||
#include "libfs.h"
|
||||
#include "libipc.h"
|
||||
|
||||
#if SHELL_USING_CMD_EXPORT == 1
|
||||
|
||||
Reference in New Issue
Block a user