makefile

来自「RLT8186 gpio test driver example for hac」· 代码 · 共 12 行

TXT
12
字号
TARGET  := gpio-toggleWARN    := -W -Wall -Wstrict-prototypes -Wmissing-prototypes -fno-strict-aliasing -G 0 -Wa,-Wa,-32 -Wa,-march=mips1 -Wa,-mips1 -fno-delayed-branchINCLUDE := -isystem /usr/local/src/Wive/linux-2.4.18/includeCFLAGS  := -O2 -mtune=mips1 -mtune=mips1 -DR3000 -pipe -DMODULE -D__KERNEL__ ${WARN} ${INCLUDE} -fno-pic -mno-abicalls -mlong-callsCC      := mips-linux-gcc${TARGET}.o: ${TARGET}.cclean:	rm -f *.o

⌨️ 快捷键说明

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