genode/repos/base-linux/lib/mk/base-linux.inc
Norman Feske 0ab69a2bb8 base: de-duplicate src/lib/base/platform.cc
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
2023-07-14 12:06:31 +02:00

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