将common文件夹下的c文件移动到lib文件夹下

This commit is contained in:
fslongjin
2022-09-28 21:45:38 +08:00
parent be9ac3d58b
commit 1872d9bd4a
18 changed files with 34 additions and 50 deletions

View File

@ -1,7 +1,7 @@
CFLAGS += -I .
kernel_lib_subdirs:= libUI
kernel_lib_subdirs:= libUI sys libELF
kernel_lib_objs:= $(shell find ./*.c)