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