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:
parent
8aae7f165f
commit
4714e38911
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user