mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 01:11:06 +00:00
1ccf8a280c
Avoid use of REP_DIR in *.mk files to simplify the use of these files as templates for a board hosted in a separate repository. Use REP_INC_DIR for searching headers, thereby considering headers hosted in an external repository. Issue #3168
14 lines
417 B
Makefile
14 lines
417 B
Makefile
REP_INC_DIR += src/bootstrap/board/rpi3
|
|
|
|
SRC_CC += bootstrap/spec/arm_64/cortex_a53_mmu.cc
|
|
SRC_CC += bootstrap/board/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
|
|
|
|
NR_OF_CPUS = 4
|
|
|
|
vpath spec/64bit/memory_map.cc $(call select_from_repositories,src/lib/hw)
|
|
|
|
include $(call select_from_repositories,lib/mk/bootstrap-hw.inc)
|