mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
d17134baef
issue #1880
10 lines
275 B
Makefile
10 lines
275 B
Makefile
SPECS += hw riscv platform_riscv 64bit
|
|
|
|
LD_TEXT_ADDR ?= 0x1000000
|
|
CORE_LD_TEXT_ADDR = 0x200
|
|
NR_OF_CPUS = 1
|
|
REP_INC_DIR += include/spec/riscv
|
|
|
|
include $(call select_from_repositories,mk/spec/64bit.mk)
|
|
include $(call select_from_repositories,mk/spec/hw.mk)
|