genode/repos/base-sel4/lib/import/import-syscall-sel4.mk

16 lines
355 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
# required for seL4_DebugPutChar
CC_OPT += -DCONFIG_PRINTING