raspi_gpio_driver

view Makefile @ 0:fbab2b3e28da

gpio module first test
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 04 Mar 2016 05:20:55 +0000
parents
children
line source
1 obj-m := gpio.o
3 .PHONY: all
4 all:
5 make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
7 .PHONY: clean
8 clean:
9 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean