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