⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 linux下双口RAM idt7026驱动源码
💻
字号:
# 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 + -