mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 18:18:54 +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)
|