mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
ea46c462a4
When running core as the kernel inside every component, a separate stack area for core is needed that is different from the user-land component's one. Ref #2091
9 lines
218 B
PHP
9 lines
218 B
PHP
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
LIBS += base-foc-common syscall-foc cxx
|
|
|
|
SRC_CC += cap_map_remove.cc cap_alloc.cc
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += signal_transmitter.cc signal.cc
|
|
SRC_CC += stack_area_addr.cc
|