1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega128rfa1/Makefile.dep
Francisco Molina c05dd9e6d3
treewide: change netdev driver dependencies against netdev_default
- gnrc_netdev_default depends on netdev_default, no need for checking
against both modules.
- fix documentation mentions of the double check
2020-08-27 11:46:25 +02:00

11 lines
243 B
Makefile

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