genode/repos/base-hw/lib/mk/platform_vea9x4/core.mk
2014-08-15 10:19:48 +02:00

18 lines
431 B
Makefile

#
# \brief Build config for Genodes core process
# \author Stefan Kalkowski
# \author Martin Stein
# \date 2012-10-04
#
# add library dependencies
LIBS += core-trustzone
# add include paths
INC_DIR += $(REP_DIR)/src/core/include/spec/vea9x4
INC_DIR += $(REP_DIR)/src/core/include/spec/cortex_a9
INC_DIR += $(REP_DIR)/src/core/include/spec/pl011
# include less specific configuration
include $(REP_DIR)/lib/mk/arm_v7/core.inc