2014-04-17 19:40:22 +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-04-17 19:40:22 +02:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|