genode/repos/base/lib/mk/startup.inc

7 lines
179 B
PHP
Raw Normal View History

SRC_S += crt0.s
SRC_CC += _main.cc init_main_thread.cc component_construct.cc
REP_INC_DIR += src/include
LIBS += syscall
vpath %.cc $(BASE_DIR)/src/lib/startup