mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-03 12:34:12 +00:00
9f28f4f803
Fix #3728
14 lines
378 B
Makefile
14 lines
378 B
Makefile
INC_DIR += $(REP_DIR)/src/bootstrap/spec/rpi3
|
|
|
|
SRC_CC += bootstrap/spec/arm_64/cortex_a53_mmu.cc
|
|
SRC_CC += bootstrap/spec/rpi3/platform.cc
|
|
SRC_CC += lib/base/arm_64/kernel/interface.cc
|
|
SRC_CC += spec/64bit/memory_map.cc
|
|
SRC_S += bootstrap/spec/arm_64/crt0.s
|
|
|
|
vpath spec/64bit/memory_map.cc $(REP_DIR)/src/lib/hw
|
|
|
|
NR_OF_CPUS = 4
|
|
|
|
include $(REP_DIR)/lib/mk/bootstrap-hw.inc
|