2019年5月6日

摘要: Makefile文件: obj-m += xxx.o KERN_DIR = /work/system/linux-2.6.22.6 PWD = $(shell pwd) all: make -C $(KERN_DIR) M=$(PWD) modules clean: make -C $(KERN_D 阅读全文
posted @ 2019-05-06 17:44 LMENG_TREE 阅读(279) 评论(0) 推荐(0)
 
摘要: at24c02_drv.c文件: #include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/device.h> #define DEVICE_NAME "at24c02"#defi 阅读全文
posted @ 2019-05-06 10:32 LMENG_TREE 阅读(1314) 评论(0) 推荐(0)