2019-09-28 00:02:16 +02:00
|
|
|
# define the module that is build
|
|
|
|
MODULE = cpu
|
|
|
|
|
|
|
|
# add a list of subdirectories, that should also be build
|
2019-09-28 00:42:25 +02:00
|
|
|
DIRS = $(RIOTCPU)/atmega_common/
|
2019-09-28 00:02:16 +02:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|