mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 10:06:31 +00:00
将common文件夹下的c文件移动到lib文件夹下
This commit is contained in:
8
kernel/lib/libELF/Makefile
Normal file
8
kernel/lib/libELF/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
all: elf.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
|
||||
elf.o: elf.c
|
||||
gcc $(CFLAGS) -c elf.c -o elf.o
|
Reference in New Issue
Block a user