mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
21dfcc9448
Root directory of libfixmath and u8g2 where the same as another directory.
24 lines
594 B
Diff
24 lines
594 B
Diff
From a32404a5acb702ffb28bada70cd6204ab74a771d Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= <gaetan.harter@fu-berlin.de>
|
|
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
|
|
|