genode/repos/base-hw/src/core/target.mk
Martin Stein 6cb9559feb hw: core as library
The build config for core is now provided through libraries to enable
implicit config composition through specifiers and thereby avoid
consideration of inappropriate targets.

fix #1199
2014-07-24 10:18:06 +02:00

15 lines
320 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 empty source to trigger build though all config is provided via lib
SRC_CC += dummy.cc