diff --git a/boards/wsn430-common/Makefile b/boards/wsn430-common/Makefile index 753728b865..ffc7569b01 100644 --- a/boards/wsn430-common/Makefile +++ b/boards/wsn430-common/Makefile @@ -1,5 +1,3 @@ MODULE = wsn430-common -DIRS = drivers - include $(RIOTBASE)/Makefile.base diff --git a/boards/wsn430-common/Makefile.include b/boards/wsn430-common/Makefile.include index 024d09c767..f129be19a6 100644 --- a/boards/wsn430-common/Makefile.include +++ b/boards/wsn430-common/Makefile.include @@ -15,5 +15,3 @@ export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)" # include wsn430-common includes export INCLUDES += -I$(RIOTBOARD)/wsn430-common/include - -USEMODULE += wsn430-common-drivers diff --git a/boards/wsn430-common/drivers/Makefile b/boards/wsn430-common/drivers/Makefile deleted file mode 100644 index e73f830a92..0000000000 --- a/boards/wsn430-common/drivers/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -MODULE = wsn430-common-drivers - -include $(RIOTBOARD)/$(BOARD)/Makefile.include - -include $(RIOTBASE)/Makefile.base