mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 09:38:53 +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
13 lines
397 B
Makefile
13 lines
397 B
Makefile
REP_INC_DIR += src/bootstrap/board/pbxa9
|
|
|
|
SRC_S += bootstrap/spec/arm/crt0.s
|
|
|
|
SRC_CC += bootstrap/spec/arm/cpu.cc
|
|
SRC_CC += bootstrap/spec/arm/cortex_a9_mmu.cc
|
|
SRC_CC += bootstrap/spec/arm/gicv2.cc
|
|
SRC_CC += bootstrap/board/pbxa9/platform.cc
|
|
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc
|
|
SRC_CC += hw/spec/32bit/memory_map.cc
|
|
|
|
include $(call select_from_repositories,lib/mk/bootstrap-hw.inc)
|