1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

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.
This commit is contained in:
Gaëtan Harter 2019-09-30 11:52:01 +02:00
parent 6cbb7ad1a0
commit fc9f2a0f65
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B
4 changed files with 0 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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