cpu/atmega_common: drop unused module

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.
This commit is contained in:
Marian Buschsieweke 2021-01-06 20:46:56 +01:00
parent 8aae7f165f
commit 4714e38911
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -4,8 +4,4 @@ MODULE = atmega_common
# add a list of subdirectories, that should also be build
DIRS = periph avr_libc_extra
ifneq (,$(filter cpu_atmega_common_cxx,$(USEMODULE)))
DIRS += cxx
endif
include $(RIOTBASE)/Makefile.base