11 Star 4 Fork 6

openEuler / capsule

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 215 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
1
https://gitee.com/openeuler/capsule.git
git@gitee.com:openeuler/capsule.git
openeuler
capsule
capsule
master

搜索帮助