From 939a0488e99986021e6ade3868d432d71c2fd272 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Fri, 1 Mar 2024 09:07:11 +0100 Subject: [PATCH] build system: drop bogus periph_init_gpio_ll* modules This does not change binaries, but it drops a lot of bogus modules that do not exist from `make info-modules`. --- makefiles/features_modules.inc.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/makefiles/features_modules.inc.mk b/makefiles/features_modules.inc.mk index d24a61dba4..8b02fa96b2 100644 --- a/makefiles/features_modules.inc.mk +++ b/makefiles/features_modules.inc.mk @@ -24,11 +24,7 @@ PERIPH_IGNORE_MODULES := \ periph_flash \ periph_flashpage_in_address_space \ periph_flexcomm \ - periph_gpio_ll \ - periph_gpio_ll_irq \ - periph_gpio_ll_irq_level_triggered_high \ - periph_gpio_ll_irq_level_triggered_low \ - periph_gpio_ll_irq_unmask \ + periph_gpio_ll% \ periph_gpio_mux \ periph_hash_sha_1 \ periph_hash_sha_224 \