mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +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
12 lines
268 B
PHP
12 lines
268 B
PHP
#
|
|
# The content of this file is used for both native Genode as well as hybrid
|
|
# Linux/Genode programs. Hence, it must be void of any thread-related code.
|
|
#
|
|
|
|
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
SRC_CC += platform.cc
|
|
SRC_CC += capability_slab.cc
|
|
|
|
LIBS += syscall-linux
|