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

📄 makefile

📁 这是一个基于S3C2440 的VGA 驱动程序, 其中fc.c 是驱动程序,fc_test.c 是测试代码. 这是一个在LINUX frame buffer基础上利用 DMA 实现的高效驱动, 绝
💻
字号:
#If KERNELRELEASE is defined, we've been invoked from the#kernel build system and can use its language.#ifneq($(KERNELRELEASE),)#ARCH            :=arm#CROSS_COMPILE  :=/usr/local/arm/3.3.2/bin/arm-linux-#AS		= $(CROSS_COMPILE)as#LD		= $(CROSS_COMPILE)ld#CC		= $(CROSS_COMPILE)gccobj-m:=fm.o#Otherwise we were called directly from the command #line,invoke the kernel build system.#elseKDIR   :=   /KB2440/Kernel/linux-2.6.12
PWD   :=   $(shell   pwd)   
default:   
	$(MAKE)   -C   $(KDIR)   SUBDIRS=$(PWD)   modules   #endif

⌨️ 快捷键说明

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