mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +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
|