raspi_gpio_driver

view Makefile @ 2:a7543d592206

- interrupt debouncing (crude) - blinking another led when pressing the button - using broadcom custom pullup/down function
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 05 Mar 2016 04:55:03 +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