mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +00:00
7 lines
171 B
Makefile
7 lines
171 B
Makefile
|
SRC_CC = parent_cap.cc binary_name.cc
|
||
|
|
||
|
LIBS = ldso_crt0_lx
|
||
|
|
||
|
vpath parent_cap.cc $(REP_DIR)/src/lib/ldso/arch/linux
|
||
|
vpath binary_name.cc $(REP_DIR)/src/lib/ldso/arch/linux
|