diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-03 18:45:42 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-03 18:45:42 +0200 |
| commit | 796c97ef8d5a437fff1edb5679b82db49806e576 (patch) | |
| tree | e38845963a4549494f3113c4c83251b910bd0176 | |
| parent | c5b7ade72c08a22dd0e670198831d6f936543f0a (diff) | |
add generic_gpio example to global makefile
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | generic_gpio/Makefile | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |
