From 796c97ef8d5a437fff1edb5679b82db49806e576 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 3 Jun 2012 18:45:42 +0200 Subject: add generic_gpio example to global makefile Signed-off-by: Manuel Traut --- Makefile | 2 +- generic_gpio/Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b89793..633f8a0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -MAKE_DIRECTORIES = common io manager +MAKE_DIRECTORIES = common io manager generic_gpio .PHONY: all idl: $(MAKE_DIRECTORIES) diff --git a/generic_gpio/Makefile b/generic_gpio/Makefile index c24254a..954034d 100644 --- a/generic_gpio/Makefile +++ b/generic_gpio/Makefile @@ -31,3 +31,6 @@ install: all uninstall: rm -f $(DESTDIR)/bin/$(EXEC) + +idl: + /bin/true -- cgit v1.2.3