1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

cpu: kinetis: reorganize Makefile.features

This commit is contained in:
Kaspar Schleiser 2017-10-28 17:48:42 +02:00
parent 28a2028e1e
commit 358079879f
5 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -1 +1,5 @@
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_pm
-include $(RIOTCPU)/cortexm_common/Makefile.features

View File

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