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

boards/msba2-based: use common/msba2/Makefile.features

Introduce and use a common/msba2/Makefile.features.
The boards were already using the common `Makefile.include` and
`Makefile.dep`.

This makes 'include $(RIOTCPU)/lpc2387/Makefile.features' be done in
the same module where 'CPU' is defined.

Preparation for moving 'CPU' definition to Makefile.features.
This commit is contained in:
cladmi 2018-09-22 07:23:01 +02:00 committed by Gaëtan Harter
parent 6be662a48b
commit 5b00d3a942
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B
3 changed files with 3 additions and 2 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

@ -0,0 +1 @@
include $(RIOTCPU)/lpc2387/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