1 Star 1 Fork 0

mileswen/concurrent_tasklet

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 241 Bytes
一键复制 编辑 原始数据 按行查看 历史
mileswen 提交于 2019-01-27 14:37 +08:00 . add new file
ifneq ($(KERNELRELEASE),)
obj-m:=newbie.o
else
KERNELVER:=$(shell uname -r)
KERNELDIR:=/usr/src/kernels/$(KERNELVER)/
PWD:=$(shell pwd)
default:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
clean:
$(MAKE) -C $(KERNELDIR) M=$(PWD) clean
endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/os-newbie/concurrent_tasklet.git
git@gitee.com:os-newbie/concurrent_tasklet.git
os-newbie
concurrent_tasklet
concurrent_tasklet
master

搜索帮助