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
4 lines
134 B
Makefile
4 lines
134 B
Makefile
include $(call select_from_repositories,lib/mk/startup.inc)
|
|
|
|
vpath crt0.s $(call select_from_repositories,src/lib/startup/spec/riscv)
|