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

boards/remote: use common/remote/Makefile.features

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

This makes 'include $(RIOTCPU)/cc2538/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 5b00d3a942
commit ec312492ee
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B
5 changed files with 5 additions and 4 deletions

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