X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=gpio%2FMakefile;h=9c8585f005e17e8710df04324ee75d21310a0230;hb=eb1fc2c92003420eab641c5f53a3047f09d9fbe3;hp=37b4887dcba284e13cc8ececca945e0a076d709d;hpb=51fff3cab9d45a4775eb0fb1f5de23eb2e2b2328;p=wiringPi.git diff --git a/gpio/Makefile b/gpio/Makefile index 37b4887..9c8585f 100644 --- a/gpio/Makefile +++ b/gpio/Makefile @@ -4,7 +4,7 @@ # A swiss-army knige of GPIO shenanigans. # https://projects.drogon.net/wiring-pi # -# Copyright (c) 2012-2013 Gordon Henderson +# Copyright (c) 2012-2015 Gordon Henderson ################################################################################# # This file is part of wiringPi: # Wiring Compatable library for the Raspberry Pi @@ -38,7 +38,7 @@ LIBS = -lwiringPi -lwiringPiDev -lpthread -lm # May not need to alter anything below this line ############################################################################### -SRC = gpio.c extensions.c readall.c pins.c +SRC = gpio.c readall.c pins.c OBJ = $(SRC:.c=.o) @@ -82,6 +82,3 @@ depend: makedepend -Y $(SRC) # DO NOT DELETE - -gpio.o: extensions.h -extensions.o: extensions.h