]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
PDK-5910: Additional cleanup in ESM example app.
authorDanny Jochelson <dsjochel@ti.com>
Fri, 10 Jul 2020 02:28:15 +0000 (21:28 -0500)
committerDanny Jochelson <dsjochel@ti.com>
Fri, 10 Jul 2020 02:28:15 +0000 (21:28 -0500)
Removed extraneous lines in makefile.
Added additionally needed PACKAGES_SRCS_COMMON paths.

packages/ti/diag/examples/esm_example_app/makefile
packages/ti/diag/sdr/src/makefile

index 731d22631fed5b05d2ddb2c9c382f4efbbcb8631..84a87896d075391f57ddedd80257be1f56cc1f12 100644 (file)
@@ -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
index 95193ec8147f979e9291016d0624e8e43dea782f..46f7d52aaf9dec1109bef437abcc9c3d0eb29324 100644 (file)
@@ -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