mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
CPU = native
|
|
|
|
FEATURES_PROVIDED += arch_64bit
|
|
NATIVE_ARCH_BIT = 64
|
|
|
|
include $(RIOTBOARD)/common/native/Makefile.features
|