2014-06-24 23:36:38 +02:00
|
|
|
# define the module that is build
|
|
|
|
MODULE = cpu
|
|
|
|
|
|
|
|
# add a list of subdirectories, that should also be build
|
2015-04-22 12:55:29 +02:00
|
|
|
DIRS = periph $(CORTEX_COMMON)
|
2014-06-24 23:36:38 +02:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|