mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
af93f8d01b
- adjust syscall bindings to support -fPIC - read serial i/o ports from BIOS data area - use autoconf.h provided by sel4 -- to avoid ambiguity between sel4 kernel and user libraries -- remove manual set defines - remove debug messages - increase user virtual area to 3GB Issue #1720 Issue #2044
14 lines
340 B
Makefile
14 lines
340 B
Makefile
#
|
|
# Access to kernel-interface headers that were installed in the build directory
|
|
# when building the platform library.
|
|
#
|
|
INC_DIR += $(BUILD_BASE_DIR)/include
|
|
|
|
#
|
|
# Access to other sel4-specific headers such as 'autoconf.h'.
|
|
#
|
|
INC_DIR += $(BUILD_BASE_DIR)/include/sel4
|
|
|
|
# required for seL4_DebugPutChar
|
|
CC_OPT += -DSEL4_DEBUG_KERNEL -DDEBUG
|