mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +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
14 lines
326 B
PHP
14 lines
326 B
PHP
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
SRC_CC += log.cc
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += capability.cc
|
|
SRC_CC += capability_slab.cc
|
|
SRC_CC += cache.cc
|
|
SRC_CC += raw_write_string.cc
|
|
SRC_CC += signal_receiver.cc
|
|
SRC_CC += stack_area_addr.cc
|
|
SRC_CC += native_utcb.cc
|
|
|
|
LIBS += startup-hw base-hw-common syscall-hw cxx timeout-hw
|