mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
13 lines
236 B
Makefile
13 lines
236 B
Makefile
#
|
|
# Genode base libaries
|
|
#
|
|
# These static libraries are filtered out when linking dynamically linked
|
|
# binaries.
|
|
#
|
|
BASE_LIBS += startup cxx timed_semaphore alarm config syscall
|
|
|
|
#
|
|
# Name of Genode's dynamic linker
|
|
#
|
|
DYNAMIC_LINKER = ld
|