summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5cc0d91)
raw | patch | inline | side by side (parent: 5cc0d91)
author | Sivaraj R <sivaraj@ti.com> | |
Fri, 6 Jun 2014 02:12:36 +0000 (07:42 +0530) | ||
committer | Sivaraj R <sivaraj@ti.com> | |
Fri, 6 Jun 2014 02:15:26 +0000 (07:45 +0530) |
- Source files and CFLAGS should be added to SRCS_($SOC) variable
instead of SRCS_($PLATFORM). so that makefile need not be changed for
builds like evm, sim, zebu etc...
Signed-off-by: Sivaraj R <sivaraj@ti.com>
instead of SRCS_($PLATFORM). so that makefile need not be changed for
builds like evm, sim, zebu etc...
Signed-off-by: Sivaraj R <sivaraj@ti.com>
packages/ti/sdo/edma3/drv/sample/makefile | patch | blob | history | |
packages/ti/sdo/edma3/rm/makefile | patch | blob | history | |
packages/ti/sdo/edma3/rm/sample/makefile | patch | blob | history |
index c286124077c5dc2b71f0dfa7b2ff34f7b022d093..f11859ccb59e87f1013e1e190482c20106b14134 100755 (executable)
SRCS_ti816x-evm = sample_ti816x_cfg.c sample_ti816x_int_reg.c
CFLAGS_LOCAL_c6a811x-evm = -DBUILD_C6A811X_DSP
SRCS_c6a811x-evm = sample_c6a811x_cfg.c sample_c6a811x_int_reg.c
-SRCS_tda2xx-evm = sample_tda2xx_cfg.c sample_tda2xx_int_reg.c
-CFLAGS_LOCAL_tda2xx-evm = -DBUILD_TDA2XX_DSP
-SRCS_tda3xx-evm = sample_tda3xx_cfg.c sample_tda3xx_int_reg.c
-CFLAGS_LOCAL_tda3xx-evm = -DBUILD_TDA3XX_DSP
-SRCS_dra72x-evm = sample_dra72x_cfg.c sample_dra72x_int_reg.c
-CFLAGS_LOCAL_dra72x-evm = -DBUILD_DRA72X_DSP
+SRCS_tda2xx = sample_tda2xx_cfg.c sample_tda2xx_int_reg.c
+CFLAGS_LOCAL_tda2xx = -DBUILD_TDA2XX_DSP
+SRCS_tda3xx = sample_tda3xx_cfg.c sample_tda3xx_int_reg.c
+CFLAGS_LOCAL_tda3xx = -DBUILD_TDA3XX_DSP
+SRCS_dra72x = sample_dra72x_cfg.c sample_dra72x_int_reg.c
+CFLAGS_LOCAL_dra72x = -DBUILD_DRA72X_DSP
else
SRCS_omapl138-evm = sample_omapl138_arm_cfg.c sample_omapl138_arm_int_reg.c
-SRCS_tda2xx-evm = sample_tda2xx_cfg.c sample_tda2xx_arm_int_reg.c
-SRCS_tda3xx-evm = sample_tda3xx_cfg.c sample_tda3xx_arm_int_reg.c
-SRCS_dra72x-evm = sample_dra72x_cfg.c sample_dra72x_arm_int_reg.c
+SRCS_tda2xx = sample_tda2xx_cfg.c sample_tda2xx_arm_int_reg.c
+SRCS_tda3xx = sample_tda3xx_cfg.c sample_tda3xx_arm_int_reg.c
+SRCS_dra72x = sample_dra72x_cfg.c sample_dra72x_arm_int_reg.c
endif
ifeq ($(CORE),a8host)
endif
ifeq ($(CORE),$(filter $(CORE), m4 m4vpss))
-CFLAGS_LOCAL_tda2xx-evm = -DBUILD_TDA2XX_IPU
-CFLAGS_LOCAL_tda3xx-evm = -DBUILD_TDA3XX_IPU
-CFLAGS_LOCAL_dra72x-evm = -DBUILD_DRA72X_IPU
+CFLAGS_LOCAL_tda2xx = -DBUILD_TDA2XX_IPU
+CFLAGS_LOCAL_tda3xx = -DBUILD_TDA3XX_IPU
+CFLAGS_LOCAL_dra72x = -DBUILD_DRA72X_IPU
endif
ifeq ($(CORE),a15host)
-CFLAGS_LOCAL_tda2xx-evm = -DBUILD_TDA2XX_MPU
-CFLAGS_LOCAL_dra72x-evm = -DBUILD_DRA72X_MPU
+CFLAGS_LOCAL_tda2xx = -DBUILD_TDA2XX_MPU
+CFLAGS_LOCAL_dra72x = -DBUILD_DRA72X_MPU
endif
ifeq ($(CORE),eve)
-CFLAGS_LOCAL_tda2xx-evm = -DBUILD_TDA2XX_EVE
-CFLAGS_LOCAL_tda3xx-evm = -DBUILD_TDA3XX_EVE
-CFLAGS_LOCAL_dra72x-evm = -DBUILD_DRA72X_EVE
+CFLAGS_LOCAL_tda2xx = -DBUILD_TDA2XX_EVE
+CFLAGS_LOCAL_tda3xx = -DBUILD_TDA3XX_EVE
+CFLAGS_LOCAL_dra72x = -DBUILD_DRA72X_EVE
endif
SRCS_c6748-evm = sample_c6748_cfg.c sample_c6748_int_reg.c
index 4998277b90d753f95d4ed22fc2279f14a998a3c0..116deba546173f26870731b0b89d2d869473abfb 100644 (file)
CFLAGS_LOCAL_c6a811x-evm = -DBUILD_C6A811X_M3VPSS
endif
ifeq ($(CORE),a15host)
-CFLAGS_LOCAL_tda2xx-evm = -DBUILD_TDA2XX_MPU
+CFLAGS_LOCAL_tda2xx = -DBUILD_TDA2XX_MPU
endif
# Core/SoC/platform specific source files and CFLAGS
SRCS_c6748-evm = edma3_c6748_cfg.c
SRCS_da830-evm = edma3_da830_cfg.c
SRCS_omap4-evm = edma3_omap4_cfg.c
-SRCS_ti814x-evm = edma3_ti814x_cfg.c
-SRCS_tda2xx-evm = edma3_tda2xx_cfg.c
-SRCS_tda3xx-evm = edma3_tda3xx_cfg.c
-SRCS_dra72x-evm = edma3_dra72x_cfg.c
-SRCS_ti816x-evm = edma3_ti816x_cfg.c
+SRCS_ti814x = edma3_ti814x_cfg.c
+SRCS_tda2xx = edma3_tda2xx_cfg.c
+SRCS_tda3xx = edma3_tda3xx_cfg.c
+SRCS_dra72x = edma3_dra72x_cfg.c
+SRCS_ti816x = edma3_ti816x_cfg.c
SRCS_c6a811x-evm = edma3_c6a811x_cfg.c
-SRCS_ti816x-sim = edma3_ti816x_cfg.c
CFLAGS_LOCAL_generic = -DGENERIC
# Include common make files
index ab4cc3c6224289b5415c9fecd8e8e04e16c71d04..546e962db1118fa51deff58413b7199a07b6a105 100755 (executable)
SRCS_c6a811x-evm = sample_c6a811x_cfg.c sample_c6a811x_int_reg.c
else
SRCS_omapl138-evm = sample_omapl138_arm_cfg.c sample_omapl138_arm_int_reg.c
-SRCS_tda2xx-evm = sample_tda2xx_cfg.c sample_tda2xx_arm_int_reg.c
-SRCS_tda3xx-evm = sample_tda3xx_cfg.c sample_tda3xx_arm_int_reg.c
-SRCS_dra72x-evm = sample_dra72x_cfg.c sample_dra72x_arm_int_reg.c
+SRCS_tda2xx = sample_tda2xx_cfg.c sample_tda2xx_arm_int_reg.c
+SRCS_tda3xx = sample_tda3xx_cfg.c sample_tda3xx_arm_int_reg.c
+SRCS_dra72x = sample_dra72x_cfg.c sample_dra72x_arm_int_reg.c
endif
ifeq ($(CORE),a8host)
CFLAGS_LOCAL_c6a811x-evm = -DBUILD_C6A811X_A8
SRCS_c6a811x-evm = sample_c6a811x_cfg.c sample_c6a811x_arm_int_reg.c
endif
ifeq ($(CORE),a15host)
-CFLAGS_LOCAL_tda2xx-evm = -DBUILD_TDA2XX_MPU
-CFLAGS_LOCAL_dra72x-evm = -DBUILD_DRA72X_MPU
+CFLAGS_LOCAL_tda2xx = -DBUILD_TDA2XX_MPU
+CFLAGS_LOCAL_dra72x = -DBUILD_DRA72X_MPU
endif
SRCS_c6748-evm = sample_c6748_cfg.c sample_c6748_int_reg.c
SRCS_da830-evm = sample_da830_cfg.c sample_da830_int_reg.c