The module cpu_atmega_common_cxx seems to be non-existing and not used. It is unclear whether this slipped in by accident or if this was actually useful at some point in time. In any case, the module is not present (anymore) and cannot be used, so let's clean up the Makefile.
8 lines
205 B
Makefile
8 lines
205 B
Makefile
# define the module that is build (not strictly necessary)
|
|
MODULE = atmega_common
|
|
|
|
# add a list of subdirectories, that should also be build
|
|
DIRS = periph avr_libc_extra
|
|
|
|
include $(RIOTBASE)/Makefile.base
|