mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +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
6 lines
121 B
Makefile
6 lines
121 B
Makefile
SRC_CC = sinfo.cc
|
|
|
|
REP_INC_DIR += include/spec/x86_64/muen
|
|
|
|
vpath sinfo.cc $(call select_from_repositories,src/lib/muen)
|