]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
Diable LPM due to build issue
authorAnkur <a0132173@ti.com>
Mon, 11 Oct 2021 20:03:41 +0000 (01:33 +0530)
committerAnkur <a0132173@ti.com>
Mon, 11 Oct 2021 20:03:41 +0000 (01:33 +0530)
Signed-off-by: Ankur <a0132173@ti.com>
packages/ti/drv/lpm/lpm_component.mk

index 0fcf0c4308ab105bbc9e4156f6f4eb8e30492fe6..3fa6dda478590768c5eaa84056de2580fa97cda7 100644 (file)
@@ -96,7 +96,8 @@ lpm_PKG_LIST = lpm
 lpm_INCLUDE = $(lpm_PATH)
 export lpm_SOCLIST = j721e j7200
 export lpm_$(SOC)_CORELIST = mcu1_0
 lpm_INCLUDE = $(lpm_PATH)
 export lpm_SOCLIST = j721e j7200
 export lpm_$(SOC)_CORELIST = mcu1_0
-lpm_LIB_LIST = lpm
+#lpm_LIB_LIST = lpm
+lpm_LIB_LIST =
 
 ############################
 # lpm examples
 
 ############################
 # lpm examples
@@ -125,7 +126,7 @@ export lpm_example_$(1)_BOARDLIST = j721e_evm j7200_evm
 export lpm_example_$(1)_$(SOC)_CORELIST = mcu1_0
 export lpm_example_$(1)_SBL_APPIMAGEGEN = yes
 
 export lpm_example_$(1)_$(SOC)_CORELIST = mcu1_0
 export lpm_example_$(1)_SBL_APPIMAGEGEN = yes
 
-lpm_EXAMPLE_LIST += lpm_example_$(1)
+#lpm_EXAMPLE_LIST += lpm_example_$(1)
 
 endef
 
 
 endef