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

11 lines
241 B
Makefile
Raw Normal View History

2021-12-16 14:55:38 +01:00
ifneq (,$(filter pio_%,$(USEMODULE)))
USEMODULE += periph_pio
endif
2021-12-16 15:05:28 +01:00
ifneq (,$(filter pio_i2c periph_i2c,$(FEATURES_USED)))
DEFAULT_MODULE += pio_autostart_i2c
USEMODULE += pio_i2c
endif
include $(RIOTCPU)/cortexm_common/Makefile.dep