1 Star 3 Fork 1

galuo / s5pv210_spi_ad7792

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 302 Bytes
一键复制 编辑 原始数据 按行查看 历史
galuo 提交于 2015-01-07 20:28 . 哈哈,测试git
MODULE:=spidev
ifneq ($(KERNELRELEASE),)
obj-m:=$(MODULE).o
module-objs:=$(MODULE).o
else
KDIR:=/home/luo/Kernel_3.0.8_E8_for_Linux
PWD:=$(shell pwd)
CC:=arm-linux-gcc
modules:
$(MAKE) -C $(KDIR) M=$(PWD) modules
clean:
rm -rf *.ko *.mod.c *.o *.symvers *.order
endif
C
1
https://gitee.com/galuo/s5pv210_spi_ad7792.git
git@gitee.com:galuo/s5pv210_spi_ad7792.git
galuo
s5pv210_spi_ad7792
s5pv210_spi_ad7792
master

搜索帮助