mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-05 05:24:13 +00:00
ccffbb0dfc
Fixes #2184
11 lines
241 B
PHP
11 lines
241 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_env.cc
|
|
|
|
LIBS += syscall cxx
|