⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 一个基于s3c2410嵌入式系统的并口实验(包括驱动程序和测试程序)
💻
字号:
CC = /opt/host/armv4l/bin/armv4l-unknown-linux-gcc LD = /opt/host/armv4l/bin/armv4l-unknown-linux-ldCFLAGS = -D__KERNEL__ -I/HHARM9-EDU/kernel/include/linux -I/HHARM9-EDU/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_parport -I/opt/host/armv4l/src/linux/include -DMODULEall: test_parport test_parport: test_parport.c 	$(CC) $^ -o $@		.PHONY: cleanclean:	-rm -f *.o 	-rm -f test_parportdistclean:	@make clean	rm -f tags *~

⌨️ 快捷键说明

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