makefile

来自「cmmb if101 linux driver sample」· 代码 · 共 22 行

TXT
22
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?