diff --git a/boards/wsn430-common/Makefile b/boards/wsn430-common/Makefile index 1f64a6ab76208b2ce1f3a9ba5cd656944a9c8620..753728b865b1ee71996b1503cdf598a9ccb1dcf5 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 906b27f0cc9ee6dd06a04e7043ddd2df4fd4b001..be49a22db7f859fc4d5330266d12b7077f55c917 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 906b27f0cc9ee6dd06a04e7043ddd2df4fd4b001..be49a22db7f859fc4d5330266d12b7077f55c917 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