Merge pull request #11675 from cladmi/pr/boards/common/use_makefile_features

boards/common: use Makefile.features
This commit is contained in:
Kevin "Bear Puncher" Weiss 2019-07-02 10:21:20 +02:00 committed by GitHub
commit 2ebd65ff86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 10 deletions

View File

@ -7,4 +7,4 @@ FEATURES_PROVIDED += periph_uart
# Various other features (if any)
include $(RIOTCPU)/lpc2387/Makefile.features
include $(RIOTBOARD)/common/msba2/Makefile.features

View File

@ -1 +1 @@
-include $(RIOTBOARD)/common/stm32f103c8/Makefile.features
include $(RIOTBOARD)/common/stm32f103c8/Makefile.features

View File

@ -1 +1 @@
-include $(RIOTBOARD)/common/stm32f103c8/Makefile.features
include $(RIOTBOARD)/common/stm32f103c8/Makefile.features

View File

@ -0,0 +1 @@
include $(RIOTCPU)/lpc2387/Makefile.features

View File

@ -0,0 +1 @@
include $(RIOTCPU)/cc2538/Makefile.features

View File

@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
-include $(RIOTCPU)/cc2538/Makefile.features
include $(RIOTBOARD)/common/remote/Makefile.features

View File

@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_uart
# Various other features (if any)
include $(RIOTCPU)/msp430fxyz/Makefile.features
include $(RIOTBOARD)/common/msb-430/Makefile.features

View File

@ -4,4 +4,4 @@ FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
include $(RIOTCPU)/msp430fxyz/Makefile.features
include $(RIOTBOARD)/common/msb-430/Makefile.features

View File

@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
include $(RIOTCPU)/lpc2387/Makefile.features
include $(RIOTBOARD)/common/msba2/Makefile.features

View File

@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_adc
include $(RIOTCPU)/cc2538/Makefile.features
include $(RIOTBOARD)/common/remote/Makefile.features

View File

@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_adc
include $(RIOTCPU)/cc2538/Makefile.features
include $(RIOTBOARD)/common/remote/Makefile.features

View File

@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_adc
include $(RIOTCPU)/cc2538/Makefile.features
include $(RIOTBOARD)/common/remote/Makefile.features