mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
2cbef82b61
By always fetching the source relative to BASE_DIR, we can include the ldso-startup.mk file from other repositories, i.e., API packages.
4 lines
73 B
Makefile
4 lines
73 B
Makefile
SRC_CC += startup.cc
|
|
|
|
vpath startup.cc $(BASE_DIR)/src/lib/ldso/startup
|