aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson2017-05-30 13:43:59 -0500
committerSam Nelson2017-06-01 21:06:14 -0500
commitd7ce2b2ff1837d4aa4b9fc5b29b40d07421a2a21 (patch)
tree536d975039131a9722724456e7d9a36b5f1ef3b7
parent7e3ed6cc2afae6ee415b8ce9e207c3889f881887 (diff)
downloadbig-data-ipc-examples-d7ce2b2ff1837d4aa4b9fc5b29b40d07421a2a21.tar.gz
big-data-ipc-examples-d7ce2b2ff1837d4aa4b9fc5b29b40d07421a2a21.tar.xz
big-data-ipc-examples-d7ce2b2ff1837d4aa4b9fc5b29b40d07421a2a21.zip
host_bios: Add K2L support
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--host_bios/simple_buffer_example/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/host_bios/simple_buffer_example/makefile b/host_bios/simple_buffer_example/makefile
index b3cb604..c1671ea 100644
--- a/host_bios/simple_buffer_example/makefile
+++ b/host_bios/simple_buffer_example/makefile
@@ -85,6 +85,15 @@ DSP_PLATFORM = ti.platforms.evmC66AK2E:dsp
85HOST_PLATFORM = ti.platforms.evmC66AK2E:host 85HOST_PLATFORM = ti.platforms.evmC66AK2E:host
86BOARD_NAME = "evmK2E" 86BOARD_NAME = "evmK2E"
87SERVER = "$(PROC_DSP_NAME)" 87SERVER = "$(PROC_DSP_NAME)"
88else ifeq ($(PLATFORM),TCI6630)
89PROCLIST = host dsp
90PROC_HOST_NAME = "HOST"
91PROC_DSP_NAME = "CORE0"
92PROC_NAME_LIST = "\\\"$(PROC_HOST_NAME)\\\", \\\"$(PROC_DSP_NAME)\\\""
93DSP_PLATFORM = ti.platforms.evmTCI6630K2L:dsp
94HOST_PLATFORM = ti.platforms.evmTCI6630K2L:host
95BOARD_NAME = "evmK2L"
96SERVER = "$(PROC_DSP_NAME)"
88endif 97endif
89 98
90EXBASE = . 99EXBASE = .