2014-06-11 14:59:24 +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-11 14:59:24 +02:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|