From 13c99bbb35841b046a32dd0ec0c50d21572ccee2 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser <kaspar@schleiser.de> Date: Sat, 5 Mar 2016 22:27:52 +0100 Subject: [PATCH] boards: wsn-430: fix Makefiles --- boards/wsn430-common/Makefile | 2 +- boards/wsn430-v1_3b/Makefile.include | 1 + boards/wsn430-v1_4/Makefile.include | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/boards/wsn430-common/Makefile b/boards/wsn430-common/Makefile index 1f64a6ab76..753728b865 100644 --- a/boards/wsn430-common/Makefile +++ b/boards/wsn430-common/Makefile @@ -1,4 +1,4 @@ -MODULE = board +MODULE = wsn430-common DIRS = drivers diff --git a/boards/wsn430-v1_3b/Makefile.include b/boards/wsn430-v1_3b/Makefile.include index 906b27f0cc..be49a22db7 100644 --- a/boards/wsn430-v1_3b/Makefile.include +++ b/boards/wsn430-v1_3b/Makefile.include @@ -1 +1,2 @@ +USEMODULE += wsn430-common include $(RIOTBOARD)/wsn430-common/Makefile.include diff --git a/boards/wsn430-v1_4/Makefile.include b/boards/wsn430-v1_4/Makefile.include index 906b27f0cc..be49a22db7 100644 --- a/boards/wsn430-v1_4/Makefile.include +++ b/boards/wsn430-v1_4/Makefile.include @@ -1 +1,2 @@ +USEMODULE += wsn430-common include $(RIOTBOARD)/wsn430-common/Makefile.include -- GitLab