mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
15 lines
312 B
Makefile
15 lines
312 B
Makefile
|
#
|
||
|
# Genode base libaries
|
||
|
#
|
||
|
# These linked against 'ldso' and filtered out for dynamically
|
||
|
# linked binaries
|
||
|
#
|
||
|
BASE_LIBS = alarm allocator_avl avl_tree cxx env heap \
|
||
|
ipc lock slab timed_semaphore thread signal \
|
||
|
log_console slab
|
||
|
|
||
|
#
|
||
|
# Name of Genode's dynamic linker
|
||
|
#
|
||
|
DYNAMIC_LINKER = ld
|