📄 makefile
字号:
LINUX_BASE=/home/hw/fengyun/CFLAGS = -D__KERNEL__ -I$(LINUX_BASE)/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -mapcs -mno-sched-prolog -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=5 -DMODULE -DMODVERSIONS -mshort-load-bytes -msoft-float -DEXPORT_SYMTAB -DKBUILD_BASENAME=serial_vk32xx.cifeq ($(DEBUG),true) CFLAGS += -DDEBUGendifCC = arm-linux-gccserila_vk32xx.o:serial_vk32xx.c $(CC) $(CFLAGS) -c serial_vk32xx.c -o serial_vk32xx.o clean: rm -f serial_vk32xx.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -