genode/repos/base-hw/lib/mk/spec/panda/core.mk

18 lines
427 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/panda
INC_DIR += $(REP_DIR)/src/core/include/spec/tl16c750
# add C++ sources
SRC_CC += platform_services.cc
SRC_CC += spec/panda/platform_support.cc
# include less specific configuration
include $(REP_DIR)/lib/mk/spec/cortex_a9/core.inc