摘要: 1 ifneq ($(KERNELRELEASE),) 2 obj-m := hello.o 3 4 else 5 PWD := $(shell pwd) 6 KVER := $(shell uname -r) 7 KDIR := /lib/modules/$(KVER)/build 8 al... 阅读全文
posted @ 2014-06-15 10:08 简单的信仰 阅读(6107) 评论(0) 推荐(0) 编辑