From a32404a5acb702ffb28bada70cd6204ab74a771d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Tue, 7 Nov 2017 16:42:27 +0100 Subject: [PATCH 4/4] Change conflicting module name for pkg root directory Root directory and libfixmath both had 'libfixmath' module name. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b65e4b5..2cc24d1 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +MODULE = pkg-libfixmath + ifneq (,$(filter libfixmath,$(USEMODULE))) DIRS += libfixmath endif -- 2.7.4