mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
17 lines
396 B
PHP
17 lines
396 B
PHP
#
|
|
# \brief Build config for Genodes core process
|
|
# \author Johannes Schlatow
|
|
# \date 2014-12-15
|
|
#
|
|
|
|
# add include paths
|
|
INC_DIR += $(REP_DIR)/src/core/include/spec/zynq
|
|
INC_DIR += $(REP_DIR)/src/core/include/spec/xilinx
|
|
|
|
# add C++ sources
|
|
SRC_CC += platform_services.cc
|
|
SRC_CC += spec/zynq/platform_support.cc
|
|
|
|
# include less specific configuration
|
|
include $(REP_DIR)/lib/mk/cortex_a9/core.inc
|