]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blobdiff - packages/ti/drv/mmcsd/test/MMCSD_TestApp/makefile
PDK-6489 : Enabling image generation and image naming convention
[processor-sdk/pdk.git] / packages / ti / drv / mmcsd / test / MMCSD_TestApp / makefile
index 298e32a41a18630a737113093dd04f42f6437f42..b927d045b6cbe6072ce1a2120ae4f7be38f35d2b 100644 (file)
@@ -13,11 +13,17 @@ ifeq ($(SMP), enable)
 APP_NAME = MMCSD_SMP_TestApp
 # Name of the binary if different from the default (APP_NAME)_$(BOARD_$(CORE)_<build_profile>
 LOCAL_APP_NAME = MMCSD_$(BOARD)_$(CORE)_SMP_TestApp
+ifeq ($(SOC),$(filter $(SOC), am65xx j721e j7200))
+    LOCAL_APP_NAME =  MMCSD_SMP_TestApp_$(CORE)
+endif
 else
 #Name of the directory created under packages/ti/binary/
 APP_NAME = MMCSD_TestApp
 # Name of the binary if different from the default (APP_NAME)_$(BOARD_$(CORE)_<build_profile>
 LOCAL_APP_NAME = MMCSD_$(BOARD)_$(CORE)TestApp
+ifeq ($(SOC),$(filter $(SOC), am65xx j721e j7200))
+    LOCAL_APP_NAME =  MMCSD_TestApp_$(CORE)
+endif
 endif