diff --git a/cpu/qn908x/Makefile.dep b/cpu/qn908x/Makefile.dep index d6a52d16b18d..b6aac56fc91d 100644 --- a/cpu/qn908x/Makefile.dep +++ b/cpu/qn908x/Makefile.dep @@ -10,7 +10,7 @@ USEMODULE += vendor_fsl_clock # All peripherals use gpio_mux.h USEMODULE += periph_gpio_mux -ifneq (,$(filter periph_uart periph_i2c,$(USEMODULE))) +ifneq (,$(filter periph_uart periph_i2c periph_spi,$(USEMODULE))) USEMODULE += periph_flexcomm endif