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