From 6be662a48bf84e3c5a6b39b2f616764df157c1a5 Mon Sep 17 00:00:00 2001 From: cladmi Date: Sat, 22 Sep 2018 07:23:01 +0200 Subject: [PATCH] boards/msp30: use common/msb-430/Makefile.features Use the common `msb-430/Makefile.features` instead of duplicating the `cpu` include. --- boards/msb-430/Makefile.features | 2 +- boards/msb-430h/Makefile.features | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/msb-430/Makefile.features b/boards/msb-430/Makefile.features index 98d6e62aa1..94c96d14ef 100644 --- a/boards/msb-430/Makefile.features +++ b/boards/msb-430/Makefile.features @@ -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 diff --git a/boards/msb-430h/Makefile.features b/boards/msb-430h/Makefile.features index c9c4f0b84a..18d247410c 100644 --- a/boards/msb-430h/Makefile.features +++ b/boards/msb-430h/Makefile.features @@ -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