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

📄 makefile

📁 cmmb if101 linux driver sample
💻
字号:
## Makefile for the if101 drivers.###KERNEL_LOCATION := ../../linux/obj-$(CONFIG_INNODEVV2) += if101.o if101-objs := spi.o i2c.o gpio.o IF101_Operation.o IF101_IO.o #all: #	make -C $(KERNEL_LOCATION) M=`pwd` modules#	arm-linux-gcc ../Test/test_if101.c -o test_if101clean:#	make -C $(KERNEL_LOCATION) M=`pwd` clean	rm test_if101	rm *.o

⌨️ 快捷键说明

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