genode/repos/base/lib/mk/startup.inc
Norman Feske e6729316ff base: uniform base-internal header structure
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
2016-03-07 12:34:45 +01:00

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