mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ea3166e08e
Also this moves the specification of CPU_ARCH to the common folder
7 lines
144 B
Makefile
7 lines
144 B
Makefile
CPU_ARCH = mips32r2
|
|
|
|
FEATURES_PROVIDED += arch_32bit
|
|
FEATURES_PROVIDED += arch_mips32r2
|
|
FEATURES_PROVIDED += cpp
|
|
FEATURES_PROVIDED += periph_pm
|