genode/repos/base-hw/src/core/target.mk

15 lines
270 B
Makefile

#
# \brief Build config for Genodes core process
# \author Martin Stein
# \date 2011-12-16
#
# set target name that this configuration applies to
TARGET = core
# library that provides the whole configuration
LIBS += core
# add C++ sources
SRC_CC += kernel/test.cc