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