From fc9f2a0f650db37b6f3f2b0286e2f76931a68e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Mon, 30 Sep 2019 11:52:01 +0200 Subject: [PATCH] boards: remove duplicate include 'RIOTCPU/cpu/Makefile.features' When 'CPU' is defined, the CPU Makefile.features is included by the build system in the main Makefile.features. No need to do it manually anymore. --- boards/common/blxxxpill/Makefile.features | 2 -- boards/p-l496g-cell02/Makefile.features | 2 -- boards/samr34-xpro/Makefile.features | 3 --- boards/stm32f723e-disco/Makefile.features | 2 -- 4 files changed, 9 deletions(-) diff --git a/boards/common/blxxxpill/Makefile.features b/boards/common/blxxxpill/Makefile.features index 3c1aab73cb..4a5fb7b385 100644 --- a/boards/common/blxxxpill/Makefile.features +++ b/boards/common/blxxxpill/Makefile.features @@ -7,5 +7,3 @@ FEATURES_PROVIDED += periph_pwm FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart - -include $(RIOTCPU)/stm32f1/Makefile.features diff --git a/boards/p-l496g-cell02/Makefile.features b/boards/p-l496g-cell02/Makefile.features index 4103b7ede0..585f69f02d 100644 --- a/boards/p-l496g-cell02/Makefile.features +++ b/boards/p-l496g-cell02/Makefile.features @@ -10,5 +10,3 @@ FEATURES_PROVIDED += periph_rtt FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart - -include $(RIOTCPU)/stm32l4/Makefile.features diff --git a/boards/samr34-xpro/Makefile.features b/boards/samr34-xpro/Makefile.features index 5bd333fa8a..52d8b44af3 100644 --- a/boards/samr34-xpro/Makefile.features +++ b/boards/samr34-xpro/Makefile.features @@ -10,6 +10,3 @@ FEATURES_PROVIDED += periph_rtt FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart - -# samr34 is a specific flavor of saml21 -include $(RIOTCPU)/saml21/Makefile.features diff --git a/boards/stm32f723e-disco/Makefile.features b/boards/stm32f723e-disco/Makefile.features index 24cc39355d..ccf8f03c99 100644 --- a/boards/stm32f723e-disco/Makefile.features +++ b/boards/stm32f723e-disco/Makefile.features @@ -9,5 +9,3 @@ FEATURES_PROVIDED += periph_rtt FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart - -include $(RIOTCPU)/stm32f7/Makefile.features