genode/repos/base-hw/lib/mk/platform_vea9x4/core.mk

19 lines
452 B
Makefile
Raw Normal View History

#
# \brief Build config for Genodes core process
# \author Stefan Kalkowski
# \author Martin Stein
# \date 2012-10-04
#
# add include paths
INC_DIR += $(REP_DIR)/src/core/include/spec/vea9x4
INC_DIR += $(REP_DIR)/src/core/include/spec/pl011
2014-07-15 14:51:27 +02:00
# add C++ sources
SRC_CC += platform_services.cc
SRC_CC += spec/vea9x4/platform_support.cc
SRC_CC += spec/vea9x4/board.cc
2014-07-15 14:51:27 +02:00
# include less specific configuration
2015-02-06 11:26:39 +01:00
include $(REP_DIR)/lib/mk/cortex_a9/core.inc