From 4f8224b6e41e7e00733c2f0e97b8155868ed47a5 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 13 Feb 2020 11:43:30 +0100 Subject: [PATCH] Makefile.dep: deduplicate DEFAULT_MODULE I think those were added twice by accident. This cleans that up. introduced by #13089 --- Makefile.dep | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.dep b/Makefile.dep index 6d5b56d742..26843ad047 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -257,7 +257,6 @@ endif ifneq (,$(filter gnrc_sixlowpan,$(USEMODULE))) DEFAULT_MODULE += auto_init_gnrc_sixlowpan USEMODULE += sixlowpan - DEFAULT_MODULE += auto_init_gnrc_sixlowpan endif ifneq (,$(filter gnrc_sixlowpan_ctx,$(USEMODULE))) @@ -706,7 +705,6 @@ ifneq (,$(filter saul_default,$(USEMODULE))) DEFAULT_MODULE += auto_init_saul USEMODULE += saul USEMODULE += saul_reg - DEFAULT_MODULE += auto_init_saul endif ifneq (,$(filter saul_adc,$(USEMODULE))) @@ -740,7 +738,6 @@ endif ifneq (,$(filter can,$(USEMODULE))) DEFAULT_MODULE += auto_init_can USEMODULE += can_raw - DEFAULT_MODULE += auto_init_can ifneq (,$(filter can_mbox,$(USEMODULE))) USEMODULE += core_mbox endif @@ -767,7 +764,6 @@ endif ifneq (,$(filter random,$(USEMODULE))) DEFAULT_MODULE += auto_init_random USEMODULE += prng - DEFAULT_MODULE += auto_init_random # select default prng ifeq (,$(filter prng_%,$(USEMODULE))) USEMODULE += prng_tinymt32