Prepare to switch to tools build system, i.e. remove Makefile completely. There is no much sense to keep it since it will be rewritten (almost) completely. Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> --- tools/gpio/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tools/gpio/Makefile diff --git a/tools/gpio/Makefile b/tools/gpio/Makefile deleted file mode 100644 index 619314f..0000000 --- a/tools/gpio/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -CC = $(CROSS_COMPILE)gcc -CFLAGS += -O2 -Wall -g -D_GNU_SOURCE - -all: lsgpio gpio-hammer gpio-event-mon - -lsgpio: lsgpio.o gpio-utils.o -gpio-hammer: gpio-hammer.o gpio-utils.o -gpio-event-mon: gpio-event-mon.o gpio-utils.o - -%.o: %.c gpio-utils.h - -.PHONY: clean -clean: - rm -f *.o lsgpio gpio-hammer gpio-event-mon -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html