mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 11:36:43 +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
11 lines
385 B
Makefile
11 lines
385 B
Makefile
#
|
|
# Make the includes of src/base/include/ available to the startup lib. This is
|
|
# needed because the seL4-specific src/platform/_main_parent_cap.h as included
|
|
# by the startup lib depends on base/internal/capability_space_sel4.h.
|
|
#
|
|
INC_DIR += $(REP_DIR)/src/include $(BASE_DIR)/src/include
|
|
|
|
include $(BASE_DIR)/lib/mk/startup.inc
|
|
|
|
vpath crt0.s $(BASE_DIR)/src/lib/startup/spec/x86_32
|