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

11 lines
243 B
Makefile
Raw Normal View History

# additional PCINTs for atmega256rfr2
ifneq (,$(filter atmega_pcint,$(USEMODULE)))
USEMODULE += atmega_pcint1
endif
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += at86rfr2
endif
include $(RIOTCPU)/atmega_common/Makefile.dep