mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
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
|