genode/repos/base-hw/lib/mk/spec/panda/core-hw.mk
2017-05-31 13:15:53 +02:00

19 lines
390 B
Makefile

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