mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-10 15:03:34 +00:00
11 lines
350 B
Makefile
11 lines
350 B
Makefile
#
|
|
# Make the includes of src/base/internal/ 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 the internal/capability_space_sel4.h.
|
|
#
|
|
INC_DIR += $(REP_DIR)/src/base
|
|
|
|
include $(BASE_DIR)/lib/mk/startup.inc
|
|
|
|
vpath crt0.s $(BASE_DIR)/src/platform/x86_32
|