makefile

来自「arm s3c2410 中断处理 新手需要」· 代码 · 共 15 行

TXT
15
字号
CC = /opt/host/armv4l/bin/armv4l-unknown-linux-gcc CFLAGS = -D__KERNEL__ -I/HHARM2410-R3/kernel/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -mapcs -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -march=armv4 -mtune=arm9tdmi -mshort-load-bytes -msoft-float -DKBUILD_BASENAME=s3c2410_testirqMODCFLAGS = -DMODULE  testirq.o: testirq.c	$(CC) $(MODCFLAGS) $(CFLAGS) -c -o $@ testirq.c	cp testirq.o / -fclean:	rm -f *.o

⌨️ 快捷键说明

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