Ai
1 Star 0 Fork 5

fulinux/Linux Key Input Drivers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 198 Bytes
一键复制 编辑 原始数据 按行查看 历史
KERN_DIR = /opt/2440/linux-3.0.8
all:
make -C $(KERN_DIR) M=`pwd` modules
clean:
make -C $(KERN_DIR) M=`pwd` modules clean
rm -rf modules.order
obj-m += gt2440_keydev.o
obj-m += gt2440_key.o
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/fulinux/Linux-Key-Input-Drivers.git
git@gitee.com:fulinux/Linux-Key-Input-Drivers.git
fulinux
Linux-Key-Input-Drivers
Linux Key Input Drivers
master

搜索帮助