码迷,mamicode.com
首页 > 其他好文 > 详细

驱动笔记 - Makefile

时间:2014-11-19 23:49:41      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:io   ar   os   for   on   ad   ef   linux   as   

ifneq ($(KERNELRELEASE),)

obj-m := hello.o
hello-objs := main.o add.o

else

KDIR := /lib/modules/2.6.18-53.el5/build

all:
make -C $(KDIR) M=$(PWD) modules ARCH=arm CROSS_COMPILE=/usr/local/arm/4.4.1/bin/arm-linux-

clean:
rm -f *.ko *.o *.mod.o *.mod.c *.symvers

endif

modprobe --force-modversion

驱动笔记 - Makefile

标签:io   ar   os   for   on   ad   ef   linux   as   

原文地址:http://www.cnblogs.com/tolimit/p/4109388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!