From 83711b4819cb85ead4efef6a95e46e091ae7de9d Mon Sep 17 00:00:00 2001 From: semjonkerner <semjon.kerner@gmx.net> Date: Tue, 18 Sep 2018 20:40:33 +0200 Subject: [PATCH] drivers/Makefile.dep: order modules alphabetically --- drivers/Makefile.dep | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/Makefile.dep b/drivers/Makefile.dep index 8e3cdb542b..cf30a71667 100644 --- a/drivers/Makefile.dep +++ b/drivers/Makefile.dep @@ -234,6 +234,11 @@ ifneq (,$(filter lis3dh,$(USEMODULE))) FEATURES_REQUIRED += periph_spi endif +ifneq (,$(filter lis3mdl,$(USEMODULE))) + FEATURES_REQUIRED += periph_i2c + USEMODULE += xtimer +endif + ifneq (,$(filter lpd8808,$(USEMODULE))) USEMODULE += color FEATURES_REQUIRED += periph_gpio @@ -420,11 +425,21 @@ ifneq (,$(filter tcs37727,$(USEMODULE))) FEATURES_REQUIRED += periph_i2c endif +ifneq (,$(filter tja1042,$(USEMODULE))) + USEMODULE += can_trx + FEATURES_REQUIRED += periph_gpio +endif + ifneq (,$(filter tmp006,$(USEMODULE))) FEATURES_REQUIRED += periph_i2c USEMODULE += xtimer endif +ifneq (,$(filter tsl2561,$(USEMODULE))) + FEATURES_REQUIRED += periph_i2c + USEMODULE += xtimer +endif + ifneq (,$(filter uart_half_duplex,$(USEMODULE))) FEATURES_REQUIRED += periph_gpio FEATURES_REQUIRED += periph_uart @@ -449,18 +464,3 @@ ifneq (,$(filter xbee,$(USEMODULE))) USEMODULE += xtimer USEMODULE += netif endif - -ifneq (,$(filter lis3mdl,$(USEMODULE))) - FEATURES_REQUIRED += periph_i2c - USEMODULE += xtimer -endif - -ifneq (,$(filter tja1042,$(USEMODULE))) - USEMODULE += can_trx - FEATURES_REQUIRED += periph_gpio -endif - -ifneq (,$(filter tsl2561,$(USEMODULE))) - FEATURES_REQUIRED += periph_i2c - USEMODULE += xtimer -endif -- GitLab