当前位置:Linux教程 - Linux文化 - 求Makefile框架

求Makefile框架


>>> 此贴的回复 >> 2.6 (from ldd3)

ifneq ($(KERNELRELEASE),)

hello-objs := a.o b.o c.o obj-m := hello.o

else

KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd)

modules: $(MAKE) -C $(KERNELDIR) M=$(PWD) LDDINC=$(PWD)/../include modules

endif

[ 关闭窗口 ]

Copyright © 1999-2000 LSLNET.COM. All rights reserved. 蓝森林网站 版权所有。 E-mail : [email protected]