mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 11:36:43 +00: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 = base-common base cxx timed_semaphore alarm config
|
|
|
|
#
|
|
# Name of Genode's dynamic linker
|
|
#
|
|
DYNAMIC_LINKER = ld
|