scattertest
xyyylx
全部博文(263)
股票交易记录(2)
债券(0)
股票(15)
电源管理(4)
proc例程(2)
src(0)
应用(8)
服务器(1)
编译调试(2)
Shell&Script(1)
内核(23)
2009(15)
永远的怀念(3)
2012年(4)
2011年(64)
2010年(47)
2009年(44)
2008年(99)
2007年(5)
cokeboL
yuweixia
liuyue
flag_hum
格伯纳
Bsolar
xzpyq001
撇捺
wxf163
jobf
prolee
分类:
2008-06-03 17:35:21
# Comment/uncomment the following line to disable/enable debugging #DEBUG = y # Add your debugging flag (or not) to CFLAGS ifeq ($(DEBUG),y) DEBFLAGS = -O -g -DSBULL_DEBUG # "-O" is needed to expand inlines else DEBFLAGS = -O2 endif CFLAGS += $(DEBFLAGS) CFLAGS += -I.. ifneq ($(KERNELRELEASE),) # call from kernel build system obj-m := simple-lkm.o else KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) default: $(MAKE) -C $(KERNELDIR) M=$(PWD) modules endif clean: rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions depend .depend dep: $(CC) $(CFLAGS) -M *.c > .depend ifeq (.depend,$(wildcard .depend)) include .depend endif
上一篇:通过/proc访问内核
下一篇:新的错误
登录 注册