2014-10-13 15:29:49 +02:00
|
|
|
# Define the module that is built:
|
|
|
|
MODULE = cpu
|
|
|
|
|
|
|
|
# Add a list of subdirectories, that should also be built:
|
2015-05-26 20:54:09 +02:00
|
|
|
DIRS = periph $(RIOTCPU)/cortexm_common
|
2014-10-13 15:29:49 +02:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|