mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:12:45 +01:00
11 lines
263 B
Makefile
11 lines
263 B
Makefile
# additional PCINTs for atmega128rfa1
|
|
ifneq (,$(filter atmega_pcint,$(USEMODULE)))
|
|
USEMODULE += atmega_pcint1
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
|
USEMODULE += at86rfa1
|
|
endif
|
|
|
|
include $(RIOTCPU)/atmega_common/Makefile.dep
|