genode/repos/base/lib/mk/startup.inc
Norman Feske 415d4ab23d startup: merge init_main_thread.cc into _main.cc
This makes the interplay of 'init_main_thread', 'init_platform',
'_main', and 'bootstrap_component' easier to follow.

Issue #4784
2023-07-14 12:06:31 +02:00

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