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