makefile
来自「vk3x系列串口扩展芯片在linux下的SPI接口驱动源码和测试应用程序源码」· 代码 · 共 16 行
TXT
16 行
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 + =
减小字号Ctrl + -
显示快捷键?