📄 makefile
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -