]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
i2c: PROC_SOC-185: fix I2C eeprom test package build issue for AM64x
authorHao Zhang <hzhang@ti.com>
Fri, 4 Sep 2020 01:48:42 +0000 (21:48 -0400)
committerSivaraj R <a0393606@ti.com>
Fri, 4 Sep 2020 03:41:27 +0000 (22:41 -0500)
Signed-off-by: Hao Zhang <hzhang@ti.com>
packages/ti/drv/i2c/test/eeprom_read/src/main_test.c

index a9d88c3d99d1ddc0f27bcdcdc6a3e010d68ebd9e..8bcaa1c78a0036163679c27052d033fb4815d816 100755 (executable)
@@ -78,7 +78,9 @@
 #include <ti/drv/sciclient/sciclient.h>
 #endif
 
+#if defined (BUILD_C7X_1)
 #include <ti/csl/csl_clec.h>
+#endif
 
 #include <ti/csl/arch/r5/csl_arm_r5.h>