mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
990b7945a7
for uefi, multiboot2, benchmark interface adaptations and ARM define build fixes. Issue #2562
13 lines
293 B
Makefile
13 lines
293 B
Makefile
SEL4_INCLUDE_DIR := $(LIB_CACHE_DIR)/syscall-sel4/include
|
|
|
|
#
|
|
# Access kernel-interface headers that were installed when building the
|
|
# syscall-sel4 library.
|
|
#
|
|
INC_DIR += $(SEL4_INCLUDE_DIR)
|
|
|
|
#
|
|
# Access to other sel4-specific headers such as 'autoconf.h'.
|
|
#
|
|
INC_DIR += $(SEL4_INCLUDE_DIR)/sel4
|