mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
7 lines
205 B
Makefile
7 lines
205 B
Makefile
|
#
|
||
|
# All dynamic executables must be linked to the component entry-point library
|
||
|
# (a trampoline for component startup from ldso), so, enforce the library
|
||
|
# dependency here.
|
||
|
#
|
||
|
LIBS += component_entry_point
|