1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu: mips: reorganize Makefile.features

This commit is contained in:
Kaspar Schleiser 2017-10-28 17:48:20 +02:00
parent bf6269e12b
commit 28a2028e1e
4 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,2 @@
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += periph_pm

View File

@ -0,0 +1,3 @@
FEATURES_PROVIDED += periph_cpuid
-include $(RIOTCPU)/mips32r2_common/Makefile.features

View File

@ -0,0 +1 @@
-include $(RIOTCPU)/mips_pic32_common/Makefile.features

View File

@ -0,0 +1,3 @@
FEATURES_PROVIDED += periph_hwrng
-include $(RIOTCPU)/mips_pic32_common/Makefile.features