boards/wsn430: move shared code to common/wsn430
This commit is contained in:
parent
b62ebf5e44
commit
bd96d42ede
@ -1,3 +1,3 @@
|
||||
MODULE = wsn430-common
|
||||
MODULE = boards_common_wsn430
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
@ -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
|
||||
@ -1,5 +1,5 @@
|
||||
MODULE = board
|
||||
|
||||
DIRS = $(RIOTBOARD)/wsn430-common
|
||||
DIRS = $(RIOTBOARD)/common/wsn430
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
USEMODULE += wsn430-common
|
||||
include $(RIOTBOARD)/wsn430-common/Makefile.include
|
||||
USEMODULE += boards_common_wsn430
|
||||
include $(RIOTBOARD)/common/wsn430/Makefile.include
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
MODULE = board
|
||||
|
||||
DIRS = $(RIOTBOARD)/wsn430-common
|
||||
DIRS = $(RIOTBOARD)/common/wsn430
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
USEMODULE += wsn430-common
|
||||
include $(RIOTBOARD)/wsn430-common/Makefile.include
|
||||
USEMODULE += boards_common_wsn430
|
||||
include $(RIOTBOARD)/common/wsn430/Makefile.include
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user