1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/msp30: use common/msb-430/Makefile.features

Use the common `msb-430/Makefile.features` instead of duplicating the
`cpu` include.
This commit is contained in:
cladmi 2018-09-22 07:23:01 +02:00 committed by Gaëtan Harter
parent 38e0ce3d54
commit 6be662a48b
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B
2 changed files with 2 additions and 2 deletions

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