zynq: add specs for zynq-based boards
- zynq_parallella - zynq_zedboard - zynq_zc706 - zynq_zc702
This commit is contained in:
committed by
Norman Feske
parent
7f61d9a84a
commit
2e7bb650dc
15
lib/mk/spec/zynq_parallella/core.mk
Normal file
15
lib/mk/spec/zynq_parallella/core.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# \brief Build config for Genodes core process
|
||||
# \author Johannes Schlatow
|
||||
# \date 2016-05-03
|
||||
#
|
||||
|
||||
TMP := $(call select_from_repositories,lib/mk/spec/zynq/core.inc)
|
||||
BASE_HW_DIR := $(TMP:%lib/mk/spec/zynq/core.inc=%)
|
||||
|
||||
# add include paths
|
||||
INC_DIR += $(REP_DIR)/src/core/include/spec/xilinx_uartps_1
|
||||
INC_DIR += $(REP_DIR)/src/core/include/spec/zynq_parallella
|
||||
|
||||
# include less specific configuration
|
||||
include $(BASE_HW_DIR)/lib/mk/spec/zynq/core.inc
|
||||
15
lib/mk/spec/zynq_zc702/core.mk
Normal file
15
lib/mk/spec/zynq_zc702/core.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# \brief Build config for Genodes core process
|
||||
# \author Johannes Schlatow
|
||||
# \date 2016-05-03
|
||||
#
|
||||
|
||||
TMP := $(call select_from_repositories,lib/mk/spec/zynq/core.inc)
|
||||
BASE_HW_DIR := $(TMP:%lib/mk/spec/zynq/core.inc=%)
|
||||
|
||||
# add include paths
|
||||
INC_DIR += $(REP_DIR)/src/core/include/spec/xilinx_uartps_1
|
||||
INC_DIR += $(REP_DIR)/src/core/include/spec/zynq_zc702
|
||||
|
||||
# include less specific configuration
|
||||
include $(BASE_HW_DIR)/lib/mk/spec/zynq/core.inc
|
||||
15
lib/mk/spec/zynq_zc706/core.mk
Normal file
15
lib/mk/spec/zynq_zc706/core.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# \brief Build config for Genodes core process
|
||||
# \author Johannes Schlatow
|
||||
# \date 2016-05-03
|
||||
#
|
||||
|
||||
TMP := $(call select_from_repositories,lib/mk/spec/zynq/core.inc)
|
||||
BASE_HW_DIR := $(TMP:%lib/mk/spec/zynq/core.inc=%)
|
||||
|
||||
# add include paths
|
||||
INC_DIR += $(REP_DIR)/src/core/include/spec/xilinx_uartps_1
|
||||
INC_DIR += $(REP_DIR)/src/core/include/spec/zynq_zc706
|
||||
|
||||
# include less specific configuration
|
||||
include $(BASE_HW_DIR)/lib/mk/spec/zynq/core.inc
|
||||
15
lib/mk/spec/zynq_zedboard/core.mk
Normal file
15
lib/mk/spec/zynq_zedboard/core.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# \brief Build config for Genodes core process
|
||||
# \author Johannes Schlatow
|
||||
# \date 2016-05-03
|
||||
#
|
||||
|
||||
TMP := $(call select_from_repositories,lib/mk/spec/zynq/core.inc)
|
||||
BASE_HW_DIR := $(TMP:%lib/mk/spec/zynq/core.inc=%)
|
||||
|
||||
# add include paths
|
||||
INC_DIR += $(REP_DIR)/src/core/include/spec/xilinx_uartps_1
|
||||
INC_DIR += $(REP_DIR)/src/core/include/spec/zynq_zedboard
|
||||
|
||||
# include less specific configuration
|
||||
include $(BASE_HW_DIR)/lib/mk/spec/zynq/core.inc
|
||||
Reference in New Issue
Block a user