2.6 Makefile
时间:2006-08-03 来源:zqy2000zqy
obj-m := guhuo.o
KDIR := /usr/src/linux
PWD := $(shell pwd)
all:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules # define __KERNEL__ //按内核模块编译 # define MODULE //设备驱动程序模块编译
KDIR := /usr/src/linux
PWD := $(shell pwd)
all:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules # define __KERNEL__ //按内核模块编译 # define MODULE //设备驱动程序模块编译
相关阅读 更多 +