mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-25 05:53:22 +00:00
🔧 更改目录结构,将定时器独立出来
将定时器独立出来
This commit is contained in:
10
kernel/time/Makefile
Normal file
10
kernel/time/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
all: timer.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
timer.o: timer.c
|
||||
gcc $(CFLAGS) -c timer.c -o timer.o
|
||||
|
||||
clean:
|
||||
echo "Done."
|
Reference in New Issue
Block a user