📄 makefile
字号:
CC = arm-elf-linux-gccINCLUDE = /usr/local/src/bspLinux/includeCFLAGS = -D__KERNEL__ -I. -I$(INCLUDE) -Wall -Wstrict-prototypes -O2 -fno-strict-aliasing -pipe -mapcs-32 -march=armv4 -mtune=arm9tdmi -mshort-load-bytes -msoft-float -DMODULE -DMODVERSIONS -OOUTPUT = ../test$(OUTPUT)/rtc.o: rtc.c $(CC) $(CFLAGS) -o $@ -c $<clean: rm -f $(OUTPUT)/rtc.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -