mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:32:44 +01:00
ea3166e08e
Also this moves the specification of CPU_ARCH to the common folder
7 lines
126 B
Makefile
7 lines
126 B
Makefile
CPU_CORE = m5101
|
|
CPU_FAM = pic32mz
|
|
|
|
FEATURES_PROVIDED += periph_hwrng
|
|
|
|
include $(RIOTCPU)/mips_pic32_common/Makefile.features
|