]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blobdiff - packages/ti/board/examples/ddr_thermal_test_app/makefile
SITSW-225: Make copyvecs as a library that the application can link to
[processor-sdk/pdk.git] / packages / ti / board / examples / ddr_thermal_test_app / makefile
index 53932c07c3b2888b75970053ad7a6de335289f2b..2917eabc3adeabf904fb9ee25924cbaf7f86c42c 100644 (file)
@@ -36,8 +36,7 @@ ifeq ($(CORE),$(filter $(CORE), mcu1_0))
   COMP_LIST_COMMON += csl_init osal_nonos sciclient board uart i2c
 
 # Enable copy of vectors
-  SRCDIR += $(PDK_VECT_COPY_PATH)
-  SRCS_ASM_COMMON += utilsCopyVecs2ATcm.asm
+  COMP_LIST_COMMON += copyvecs
 endif
 endif