mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 19:33:26 +00:00
修复makefile的bug
This commit is contained in:
8
kernel/driver/video/Makefile
Normal file
8
kernel/driver/video/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
all: video.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
|
||||
video.o: video.c
|
||||
gcc $(CFLAGS) -c video.c -o video.o
|
Reference in New Issue
Block a user