mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
11 lines
317 B
Makefile
11 lines
317 B
Makefile
|
INC_DIR += $(REP_DIR)/src/bootstrap/board/riscv_qemu
|
||
|
|
||
|
SRC_CC += bootstrap/spec/riscv/platform.cc
|
||
|
SRC_S += bootstrap/spec/riscv/crt0.s
|
||
|
SRC_CC += lib/base/riscv/kernel/interface.cc
|
||
|
SRC_CC += spec/64bit/memory_map.cc
|
||
|
|
||
|
vpath spec/64bit/memory_map.cc $(REP_DIR)/src/lib/hw
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/bootstrap-hw.inc
|