boards/wsn430: move shared code to common/wsn430

This commit is contained in:
Hauke Petersen 2017-11-16 12:06:29 +01:00
parent b62ebf5e44
commit bd96d42ede
9 changed files with 9 additions and 9 deletions

View File

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

View File

@ -13,5 +13,5 @@ export OFLAGS = -O ihex
export FLASHER = mspdebug
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
# include wsn430-common includes
export INCLUDES += -I$(RIOTBOARD)/wsn430-common/include
# include common wsn430 includes
export INCLUDES += -I$(RIOTBOARD)/common/wsn430/include

View File

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

View File

@ -1,2 +1,2 @@
USEMODULE += wsn430-common
include $(RIOTBOARD)/wsn430-common/Makefile.include
USEMODULE += boards_common_wsn430
include $(RIOTBOARD)/common/wsn430/Makefile.include

View File

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

View File

@ -1,2 +1,2 @@
USEMODULE += wsn430-common
include $(RIOTBOARD)/wsn430-common/Makefile.include
USEMODULE += boards_common_wsn430
include $(RIOTBOARD)/common/wsn430/Makefile.include