mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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
15 lines
466 B
Makefile
15 lines
466 B
Makefile
REP_INC_DIR += src/bootstrap/board/imx8q_evk
|
|
|
|
SRC_CC += bootstrap/board/imx8q_evk/platform.cc
|
|
SRC_CC += bootstrap/spec/arm/gicv3.cc
|
|
SRC_CC += bootstrap/spec/arm_64/cortex_a53_mmu.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)
|