mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 23:43:24 +00:00
🆕 用户态解析键盘扫描码
This commit is contained in:
7
user/libs/libKeyboard/Makefile
Normal file
7
user/libs/libKeyboard/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
all: keyboard.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
|
||||
keyboard.o: keyboard.c
|
||||
gcc $(CFLAGS) -c keyboard.c -o keyboard.o
|
Reference in New Issue
Block a user