summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnkur2019-01-09 04:34:37 -0600
committerAnkur2019-01-09 04:34:37 -0600
commite0e9d4f554976164239fc7ad64fe747d1e7afbf0 (patch)
tree46bbe6c7529b55dc891013fd4411d8ac585a4f64
parentcaf3cae0449fc8d53fef049224fadb53d823f08d (diff)
downloadosal-e0e9d4f554976164239fc7ad64fe747d1e7afbf0.tar.gz
osal-e0e9d4f554976164239fc7ad64fe747d1e7afbf0.tar.xz
osal-e0e9d4f554976164239fc7ad64fe747d1e7afbf0.zip
Signed-off-by: Ankur <a0132173@ti.com>
-rwxr-xr-x[-rw-r--r--]test/baremetal/makefile2
-rwxr-xr-x[-rw-r--r--]test/sysbios_unit_test/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/baremetal/makefile b/test/baremetal/makefile
index a87e95b..d6af06d 100644..100755
--- a/test/baremetal/makefile
+++ b/test/baremetal/makefile
@@ -30,7 +30,7 @@ COMP_LIST_arm9_0 = csl_init
30COMP_LIST_mpu1_0 = csl_init 30COMP_LIST_mpu1_0 = csl_init
31COMP_LIST_mcu1_0 = csl_init 31COMP_LIST_mcu1_0 = csl_init
32 32
33ifeq ($(SOC),$(filter $(SOC), am65xx)) 33ifeq ($(SOC),$(filter $(SOC), am65xx j7))
34 COMP_LIST_COMMON += sciclient 34 COMP_LIST_COMMON += sciclient
35endif 35endif
36 36
diff --git a/test/sysbios_unit_test/makefile b/test/sysbios_unit_test/makefile
index 74fab7f..41c5270 100644..100755
--- a/test/sysbios_unit_test/makefile
+++ b/test/sysbios_unit_test/makefile
@@ -21,7 +21,7 @@ INCLUDE_EXTERNAL_INTERFACES = bios xdc pdk
21# List all the components required by the application 21# List all the components required by the application
22COMP_LIST_COMMON = csl osal_tirtos uart board i2c 22COMP_LIST_COMMON = csl osal_tirtos uart board i2c
23 23
24ifeq ($(SOC),$(filter $(SOC), am65xx)) 24ifeq ($(SOC),$(filter $(SOC), am65xx j7))
25 COMP_LIST_COMMON += sciclient 25 COMP_LIST_COMMON += sciclient
26endif 26endif
27 27