2014-09-09 11:12:39 +02:00
|
|
|
# define the module that is build
|
|
|
|
MODULE = cpu
|
|
|
|
|
|
|
|
# add a list of subdirectories, that should also be build
|
2015-05-26 20:54:09 +02:00
|
|
|
DIRS = periph $(RIOTCPU)/cortexm_common
|
2014-09-09 11:12:39 +02:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|