Skip to content
Snippets Groups Projects
Unverified Commit dc7726df authored by cladmi's avatar cladmi
Browse files

board/mips-malta: include the cpu features instead of common cpu

This change was missed when the cpu 'mips32r2_generic' was separated
from 'mips32r2_common'. The target file already includes 'mips32r2_common'.
parent 22e03180
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ FEATURES_PROVIDED += periph_timer ...@@ -4,4 +4,4 @@ FEATURES_PROVIDED += periph_timer
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = mips32r2 FEATURES_MCU_GROUP = mips32r2
-include $(RIOTCPU)/mips32r2_common/Makefile.features -include $(RIOTCPU)/mips32r2_generic/Makefile.features
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment