mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-02 03:56:42 +00:00
13 lines
273 B
Makefile
13 lines
273 B
Makefile
|
#
|
||
|
# \brief Offer build configurations that are specific to base-hw
|
||
|
# \author Martin Stein
|
||
|
# \date 2012-04-16
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# Denote library that brings the setup sequence for C++ enviroment.
|
||
|
# Also add an according dependency.
|
||
|
#
|
||
|
STARTUP_LIB ?= startup
|
||
|
PRG_LIBS += $(STARTUP_LIB)
|