1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #7973 from haukepetersen/rm_wsn430_driversdir

boards/wsn430: removed empty 'drivers' dir
This commit is contained in:
Alexandre Abadie 2017-11-09 12:42:17 +01:00 committed by GitHub
commit c26b46953f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View File

@ -1,5 +1,3 @@
MODULE = wsn430-common
DIRS = drivers
include $(RIOTBASE)/Makefile.base

View File

@ -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

View File

@ -1,5 +0,0 @@
MODULE = wsn430-common-drivers
include $(RIOTBOARD)/$(BOARD)/Makefile.include
include $(RIOTBASE)/Makefile.base