]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blobdiff - packages/ti/board/diag/csirx/build/makefile
Merge pull request #860 in PROCESSOR-SDK/pdk from don/makefile_common_comp to master
[processor-sdk/pdk.git] / packages / ti / board / diag / csirx / build / makefile
index bab6b224dee8aeeb55f1681328f5e8f8e71e615d..81d618136eb692b819d1dcafc8502144fdf8e119 100755 (executable)
@@ -68,11 +68,8 @@ INCDIR = ../../../../board ../src ../../../src/$(BOARD)/include ../../../src/dev
 INCLUDE_EXTERNAL_INTERFACES = pdk\r
 \r
 # List all the components required by the application\r
-COMP_LIST_COMMON = board csl csl_init osal_nonos uart i2c fvid2 udma csirx dss\r
-ifeq ($(SOC), $(filter $(SOC), j721e))\r
-COMP_LIST_COMMON += sciclient\r
-endif\r
-\r
+COMP_LIST_COMMON = $(PDK_COMMON_BAREMETAL_COMP)\r
+COMP_LIST_COMMON += fvid2 csirx dss\r
 \r
 # Common source files and CFLAGS across all platforms and cores\r
 PACKAGE_SRCS_COMMON = ../src makefile\r