2015-05-13 09:30:32 +00:00
|
|
|
#
|
2016-01-20 17:27:18 +00:00
|
|
|
# Make the includes of src/base/include/ available to the startup lib. This is
|
2015-05-13 09:30:32 +00:00
|
|
|
# needed because the seL4-specific src/platform/_main_parent_cap.h as included
|
2016-01-20 17:27:18 +00:00
|
|
|
# by the startup lib depends on base/internal/capability_space_sel4.h.
|
2015-05-13 09:30:32 +00:00
|
|
|
#
|
2016-01-20 17:27:18 +00:00
|
|
|
INC_DIR += $(REP_DIR)/src/include $(BASE_DIR)/src/include
|
2015-05-13 09:30:32 +00:00
|
|
|
|
|
|
|
include $(BASE_DIR)/lib/mk/startup.inc
|
|
|
|
|
2015-09-03 12:55:05 +00:00
|
|
|
vpath crt0.s $(BASE_DIR)/src/lib/startup/spec/x86_32
|