mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-23 03:53:26 +00:00
wrench: 更新Makefile
This commit is contained in:
8
kernel/sched/Makefile
Normal file
8
kernel/sched/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
|
||||
all: sched.o
|
||||
|
||||
sched.o: sched.c
|
||||
gcc $(CFLAGS) -c sched.c -o sched.o
|
Reference in New Issue
Block a user