mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
0ab69a2bb8
By splitting the 'init_capability_slab()' implementation to a separate compilation unit 'capability_slab.cc', base-hw no longer needs a customized version of 'lib/base/platform.cc'. Related to issue #4784
11 lines
256 B
Makefile
11 lines
256 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
LIBS += base-pistachio-common syscall-pistachio cxx timeout
|
|
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += cache.cc
|
|
SRC_CC += capability_slab.cc
|
|
SRC_CC += capability_space.cc
|
|
SRC_CC += signal_transmitter.cc
|
|
SRC_CC += signal.cc
|