From 9c3ad1be94fe1a265f759362babb60fddf39c62d Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Thu, 9 Nov 2017 09:56:27 +0100 Subject: [PATCH] boards/wsn430: removed empty 'drivers' dir --- boards/wsn430-common/Makefile | 2 -- boards/wsn430-common/Makefile.include | 2 -- boards/wsn430-common/drivers/Makefile | 5 ----- 3 files changed, 9 deletions(-) delete mode 100644 boards/wsn430-common/drivers/Makefile 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 -- GitLab