mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
dc7726df66
This change was missed when the cpu 'mips32r2_generic' was separated from 'mips32r2_common'. The target file already includes 'mips32r2_common'.
8 lines
240 B
Makefile
8 lines
240 B
Makefile
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_timer
|
|
|
|
# The board MPU family (used for grouping by the CI system)
|
|
FEATURES_MCU_GROUP = mips32r2
|
|
|
|
-include $(RIOTCPU)/mips32r2_generic/Makefile.features
|