From 08b8ac4ba1076629728fd69b78742c5baf7fecbe Mon Sep 17 00:00:00 2001
From: Kaspar Schleiser <kaspar@schleiser.de>
Date: Sat, 5 Mar 2016 22:30:37 +0100
Subject: [PATCH] boards: msb-430: fix common module name

---
 boards/msb-430-common/Makefile   | 2 +-
 boards/msb-430/Makefile.include  | 1 +
 boards/msb-430h/Makefile.include | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/boards/msb-430-common/Makefile b/boards/msb-430-common/Makefile
index 1f64a6ab76..afb0e3e901 100644
--- a/boards/msb-430-common/Makefile
+++ b/boards/msb-430-common/Makefile
@@ -1,4 +1,4 @@
-MODULE = board
+MODULE = msb-430-common
 
 DIRS = drivers
 
diff --git a/boards/msb-430/Makefile.include b/boards/msb-430/Makefile.include
index c42b46b063..2f65afb5d9 100644
--- a/boards/msb-430/Makefile.include
+++ b/boards/msb-430/Makefile.include
@@ -1 +1,2 @@
+USEMODULE += msb-430-common
 include $(RIOTBOARD)/msb-430-common/Makefile.include
diff --git a/boards/msb-430h/Makefile.include b/boards/msb-430h/Makefile.include
index c42b46b063..2f65afb5d9 100644
--- a/boards/msb-430h/Makefile.include
+++ b/boards/msb-430h/Makefile.include
@@ -1 +1,2 @@
+USEMODULE += msb-430-common
 include $(RIOTBOARD)/msb-430-common/Makefile.include
-- 
GitLab