Files
genode/repos/base-hw/lib/mk/exynos5/core.inc
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

19 lines
389 B
PHP

#
# \brief Build config for Genodes core process
# \author Martin Stein
# \date 2011-12-16
#
# add include paths
INC_DIR += $(REP_DIR)/src/core/exynos5
# add C++ sources
SRC_CC += platform_services.cc
SRC_CC += platform_support.cc
# declare source paths
vpath platform_services.cc $(BASE_DIR)/src/core
# include less specific library parts
include $(REP_DIR)/lib/mk/arm_v7/core.inc