mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
a360452a10
The purpose of those libraries is now covered by the kernel-specific syscall-<kernel> libraries.
6 lines
133 B
PHP
6 lines
133 B
PHP
SRC_S += crt0.s
|
|
SRC_CC += _main.cc init_main_thread.cc
|
|
REP_INC_DIR += src/include
|
|
|
|
vpath %.cc $(BASE_DIR)/src/lib/startup
|