makefile

来自「linux下双口RAM idt7026驱动源码」· 代码 · 共 20 行

TXT
20
字号
# To build modules outside of the kernel tree, we run "make"# in the kernel source tree; the Makefile these then includes this# Makefie once again.# This conditional selects whether we are being included from the# kernel Makefile or not.CC=/usr/local/arm/3.4.1/bin/arm-linux-gccLD=/usr/local/arm/3.4.1/bin/arm-linux-ldobj-m :=DPRAM.oall:	make -C /lib/modules/2.6.17/build  M=$(PWD) modulesclean:	rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions #	make -C /home/yaoyao/linux-2.6.17/ M=$(PWD) clean 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?