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:
parent
6be662a48b
commit
5b00d3a942
@ -7,4 +7,4 @@ FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# Various other features (if any)
|
||||
|
||||
include $(RIOTCPU)/lpc2387/Makefile.features
|
||||
include $(RIOTBOARD)/common/msba2/Makefile.features
|
||||
|
1
boards/common/msba2/Makefile.features
Normal file
1
boards/common/msba2/Makefile.features
Normal file
@ -0,0 +1 @@
|
||||
include $(RIOTCPU)/lpc2387/Makefile.features
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user