diff --git a/boards/wsn430-common/Makefile b/boards/wsn430-common/Makefile index 753728b865b1ee71996b1503cdf598a9ccb1dcf5..ffc7569b01c355b1423f0a8d1a5977d37c30616c 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 024d09c76785a751e212cbcdd60fa2bd6d5c4b76..f129be19a618d362cb4fff66a621355df0dc3df7 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 e73f830a92b7e9d7057f4f73ae5542d015d77499..0000000000000000000000000000000000000000 --- 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