mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
a004462096
The recently implemented capability resource trading scheme unfortunately broke the automated capability memory upgrade mechanism needed by base-hw kernel/core. This commit splits the capability memory upgrade mechanism from the PD session ram_quota upgrade, and moves that functionality into a separate Pd_session::Native_pd interface. Ref #2398
10 lines
215 B
Makefile
10 lines
215 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
|
|
|
|
LIBS += startup-hw base-hw-common cxx timeout-hw
|