From 9675a20a6777144362424ca5ac6fd4a54d2f0308 Mon Sep 17 00:00:00 2001 From: Danny Jochelson Date: Thu, 9 Jul 2020 21:28:15 -0500 Subject: [PATCH] PDK-5910: Additional cleanup in ESM example app. Removed extraneous lines in makefile. Added additionally needed PACKAGES_SRCS_COMMON paths. --- packages/ti/diag/examples/esm_example_app/makefile | 2 +- packages/ti/diag/sdr/src/makefile | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/ti/diag/examples/esm_example_app/makefile b/packages/ti/diag/examples/esm_example_app/makefile index 731d22631..84a87896d 100644 --- a/packages/ti/diag/examples/esm_example_app/makefile +++ b/packages/ti/diag/examples/esm_example_app/makefile @@ -35,7 +35,7 @@ else endif # Common source files and CFLAGS across all platforms and cores -PACKAGE_SRCS_COMMON = . +PACKAGE_SRCS_COMMON = . ../common ../diag_ex_component.mk ifeq ($(SOC),$(filter $(SOC), j721e am64x)) SRCS_COMMON = main.c esm.c event_trig.c diag_utils.c diff --git a/packages/ti/diag/sdr/src/makefile b/packages/ti/diag/sdr/src/makefile index 95193ec81..46f7d52aa 100644 --- a/packages/ti/diag/sdr/src/makefile +++ b/packages/ti/diag/sdr/src/makefile @@ -71,10 +71,6 @@ ifeq ($(SOC),$(filter $(SOC), am65xx j721e)) SRCDIR += src/r5 endif -#ifeq ($(CORE),$(filter $(CORE), mcu1_0)) -#SRCDIR += src/am65xx/r5 -#endif - PACKAGE_SRCS_COMMON = . # Set specific include directories -- 2.26.2