]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
Fixed PDK build
authorRishabh Garg <rishabh@ti.com>
Tue, 31 May 2022 13:11:13 +0000 (18:41 +0530)
committerRishabh Garg <rishabh@ti.com>
Tue, 31 May 2022 13:11:13 +0000 (18:41 +0530)
- Wrongly used C style comments in makefile

Signed-off-by: Rishabh Garg <rishabh@ti.com>
packages/ti/drv/ipc/ipc_component.mk

index be3b4bef63b9bd4990c13cbcb6288497c9ba2f06..6c5600a512098cd5315f83d1b45b32ebfe2c044e 100644 (file)
@@ -281,7 +281,7 @@ export ipc_rtos_multicore_echo_test_$(1)_MAKEFILE =  -f$(PDK_IPC_COMP_PATH)/exam
 export ipc_rtos_multicore_echo_test_$(1)_DEPENDS_ON=ipc_rtos_echo_test_$(1)
 ipc_rtos_multicore_echo_test_$(1)_PKG_LIST = ipc_rtos_multicore_echo_test_$(1)
 ipc_rtos_multicore_echo_test_$(1)_INCLUDE = $(ipc_rtos_multicore_echo_test_$(1)_PATH)
-/* Disable multicore app image gen for J7AHP */
+# Disable multicore app image gen for J7AHP
 ifeq ($(SOC), j784s4)
 export ipc_rtos_multicore_echo_test_$(1)_BOARDLIST = $(filter-out j784s4_evm, $(filter $(DEFAULT_BOARDLIST_$(1)), $(drvipc_BOARDLIST)))
 else
@@ -338,7 +338,7 @@ export ipc_baremetal_multicore_echo_test_MAKEFILE = -f$(PDK_IPC_COMP_PATH)/examp
 export ipc_baremetal_multicore_echo_test_DEPENDS_ON = ipc_baremetal_echo_test ipc_rtos_echo_test_freertos
 ipc_baremetal_multicore_echo_test_PKG_LIST = ipc_baremetal_multicore_echo_test
 ipc_baremetal_multicore_echo_test_INCLUDE = $(ipc_baremetal_multicore_echo_test_PATH)
-/* Disable multicore app image gen for J7AHP */
+# Disable multicore app image gen for J7AHP
 ifeq ($(SOC), j784s4)
 export ipc_baremetal_multicore_echo_test_BOARDLIST = $(filter-out j784s4_evm, $(filter $(DEFAULT_BOARDLIST_$(1)), $(drvipc_BOARDLIST)))
 else