os-core/kernel/config.mk

8 lines
128 B
Makefile
Raw Normal View History

2020-01-29 12:01:32 +01:00
# Target architecture (AARCH64)
CONFIG_ARCH = AARCH64
# Use ARM local timer (1/0)
CONFIG_ARM_TIMER = 0
-include config.dev.mk