1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #15713 from maribu/cleanup

cpu/atmega_common: drop unused module
This commit is contained in:
Alexandre Abadie 2021-01-06 22:35:25 +01:00 committed by GitHub
commit 49cd7be1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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