mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 03:26:45 +00:00
8 lines
172 B
Makefile
8 lines
172 B
Makefile
|
#
|
||
|
# Component entry point (a trampoline for component startup from ldso)
|
||
|
#
|
||
|
|
||
|
SRC_CC = component_entry_point.cc component_construct.cc
|
||
|
|
||
|
vpath %.cc $(REP_DIR)/src/lib/startup
|