genode/base-hw/lib/mk/platform_panda_a2/core_support.mk

15 lines
318 B
Makefile

#
# \brief Parts of core that depend on the PandaBoard A2
# \author Martin Stein
# \date 2012-04-27
#
# declare location of core files that are board specific
BOARD_DIR = $(REP_DIR)/src/core/panda_a2
SRC_CC = trustzone.cc
# include generic parts of core support
include $(REP_DIR)/lib/mk/core_support.inc