📄 makefile
字号:
#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 + -