]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blobdiff - packages/ti/drv/emac/test/EmacLoopbackTest/am65xx/cpsw/makefile
Merge pull request #860 in PROCESSOR-SDK/pdk from don/makefile_common_comp to master
[processor-sdk/pdk.git] / packages / ti / drv / emac / test / EmacLoopbackTest / am65xx / cpsw / makefile
index aaefcfbe0b6af2432a50bb3d48bc5db918a55bb3..07d4376bbfcc9a31c6e81303242e3c02c1225249 100644 (file)
@@ -20,17 +20,12 @@ INCDIR += $(PDK_INSTALL_PATH)/ti/build/unit-test/Unity/src $(PDK_INSTALL_PATH)/t
 
 SRCS_COMMON += main_am65xx.c test_utils_k3.c unity_config.c unity.c
 
-# Enable copy of vectors
-ifeq ($(ISA),$(filter $(ISA), r5f))
-  COMP_LIST_COMMON = copyvecs
-endif
-
 # List all the external components/interfaces, whose interface header files
 #  need to be included for this component
 INCLUDE_EXTERNAL_INTERFACES = bios xdc pdk
 
 # List all the components required by the application
-COMP_LIST_COMMON += emac uart uart_console osal_tirtos csl board udma sciclient
+COMP_LIST_COMMON = $(PDK_COMMON_TIRTOS_COMP) emac uart_console
 
 
 ifeq ($(CORE),$(filter $(CORE), mpu1_0))