mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-23 21:08:00 +00:00
95329c82e2
Issue #2451
16 lines
355 B
Makefile
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
|