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:
parent
5b00d3a942
commit
ec312492ee
1
boards/common/remote/Makefile.features
Normal file
1
boards/common/remote/Makefile.features
Normal file
@ -0,0 +1 @@
|
||||
include $(RIOTCPU)/cc2538/Makefile.features
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user