mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
e6729316ff
This patch establishes a common organization of header files internal to the base framework. The internal headers are located at '<repository>/src/include/base/internal/'. This structure has been choosen to make the nature of those headers immediately clear when included: #include <base/internal/lock_helper.h> Issue #1832
7 lines
156 B
PHP
7 lines
156 B
PHP
SRC_S += crt0.s
|
|
SRC_CC += _main.cc init_main_thread.cc
|
|
REP_INC_DIR += src/include
|
|
LIBS += syscall
|
|
|
|
vpath %.cc $(BASE_DIR)/src/lib/startup
|