mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
415d4ab23d
This makes the interplay of 'init_main_thread', 'init_platform', '_main', and 'bootstrap_component' easier to follow. Issue #4784
6 lines
113 B
PHP
6 lines
113 B
PHP
SRC_S += crt0.s
|
|
SRC_CC += _main.cc
|
|
REP_INC_DIR += src/include
|
|
|
|
vpath %.cc $(BASE_DIR)/src/lib/startup
|