mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
|
CPU = native
|
||
|
|
||
|
FEATURES_PROVIDED += arch_64bit
|
||
|
NATIVE_ARCH_BIT = 64
|
||
|
|
||
|
include $(RIOTBOARD)/native/common_features.inc.mk
|