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

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`.
This commit is contained in:
Marian Buschsieweke 2024-03-01 09:07:11 +01:00
parent 5b2beea08a
commit 939a0488e9
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -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 \