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

12 lines
280 B
Makefile
Raw Normal View History

# define the module that is build (not strictly necessary)
2014-07-15 12:08:52 +02:00
MODULE = atmega_common
# add a list of subdirectories, that should also be build
DIRS = periph avr_libc_extra
2020-07-11 22:37:52 +02:00
ifneq (,$(filter cpu_atmega_common_cxx,$(USEMODULE)))
DIRS += cxx
endif
2014-07-15 12:08:52 +02:00
include $(RIOTBASE)/Makefile.base