mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 11:36:43 +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
11 lines
244 B
Makefile
11 lines
244 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += capability.cc
|
|
SRC_CC += cache.cc
|
|
SRC_CC += raw_write_string.cc
|
|
SRC_CC += signal_receiver.cc
|
|
SRC_CC += stack_area_addr.cc
|
|
|
|
LIBS += startup-hw base-hw-common cxx timeout-hw
|