From dc7726df6629f82c1afdbaa30046a9b9daaf9c40 Mon Sep 17 00:00:00 2001 From: cladmi <gaetan.harter@fu-berlin.de> Date: Sun, 23 Sep 2018 17:11:21 +0200 Subject: [PATCH] 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'. --- boards/mips-malta/Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/mips-malta/Makefile.features b/boards/mips-malta/Makefile.features index e46d1ea23d..9c005872fd 100644 --- a/boards/mips-malta/Makefile.features +++ b/boards/mips-malta/Makefile.features @@ -4,4 +4,4 @@ FEATURES_PROVIDED += periph_timer # The board MPU family (used for grouping by the CI system) FEATURES_MCU_GROUP = mips32r2 --include $(RIOTCPU)/mips32r2_common/Makefile.features +-include $(RIOTCPU)/mips32r2_generic/Makefile.features -- GitLab