2014-05-05 21:38:59 +02:00
|
|
|
# tell the Makefile.base which module to build
|
|
|
|
MODULE = $(BOARD)_base
|
|
|
|
|
|
|
|
# add a list of board specific subdirectories that should also be build
|
2014-05-14 10:46:15 +02:00
|
|
|
DIRS =
|
2014-05-05 21:38:59 +02:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|