diff options
| -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 |
