From 7add6c2fccca2d6e49f9d389e54d89b91823322e Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 11 Jan 2024 21:14:43 +0100 Subject: [PATCH] cpu/avr8_common: make pm_layered a DEFAULT_MODULE This lets us disable it. --- cpu/avr8_common/Makefile.dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/avr8_common/Makefile.dep b/cpu/avr8_common/Makefile.dep index a1a228d518..e6a7d7ff46 100644 --- a/cpu/avr8_common/Makefile.dep +++ b/cpu/avr8_common/Makefile.dep @@ -5,7 +5,7 @@ USEMODULE += avr_libc_extra USEMODULE += avr8_common avr8_common_periph # All avr8 CPUs provide PM -USEMODULE += pm_layered +DEFAULT_MODULE += pm_layered # The AVR-libc provides no thread safe malloc implementation and has no hooks # to inject. Use malloc_thread_safe to link calls to malloc to safe wrappers