1 Star 0 Fork 6

Bin Wu/capsule

forked from openEuler/capsule
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 215 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bin Wu 提交于 2021-10-29 11:24 +08:00 . main: add the basic code for global miscdev
KERNEL_DIR := /lib/modules/5.14.0-rc3+/build
PWD := $(shell pwd)
all:
make -C $(KERNEL_DIR) M=$(PWD) LLVM=1
clean:
make -C $(KERNEL_DIR) M=$(PWD) LLVM=1 clean
obj-m += capsule-core.o
capsule-core-y += main.o
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RootWB/capsule.git
git@gitee.com:RootWB/capsule.git
RootWB
capsule
capsule
master

搜索帮助