]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/drv/udma/dmautils/test/dmautils_autoinc_1d2d3d_test/makefile
ab6c9e1419c33cd2243df3d482fc09ab7335340f
[processor-sdk/pdk.git] / packages / ti / drv / udma / dmautils / test / dmautils_autoinc_1d2d3d_test / makefile
1 #
2 # This file is the makefile for building DMA utils test app.
3 #
4 include $(PDK_INSTALL_PATH)/ti/build/Rules.make
6 APP_NAME = dmautils_baremetal_autoinc_1d2d3d_testapp
8 SRCDIR = .
9 INCDIR = .
11 # List all the external components/interfaces, whose interface header files
12 #  need to be included for this component
13 INCLUDE_EXTERNAL_INTERFACES = pdk
15 # List all the components required by the application
16 COMP_LIST_COMMON = csl udma dmautils sciclient osal_nonos
18 # Common source files and CFLAGS across all platforms and cores
19 PACKAGE_SRCS_COMMON = .
20 SRCS_COMMON = dmautils_autoinc_1d2d3d_example.c dmautils_autoinc_1d2d3d_test.c
22 CFLAGS_LOCAL_COMMON = $(PDK_CFLAGS)
24 # Core/SoC/platform specific source files and CFLAGS
25 # Example:
26 #   SRCS_<core/SoC/platform-name> =
27 #   CFLAGS_LOCAL_<core/SoC/platform-name> =
29 # Include common make files
31 EXTERNAL_LNKCMD_FILE_LOCAL := c7x_vcop_lnk.cmd
33 ifeq ($(MAKERULEDIR), )
34 #Makerule path not defined, define this and assume relative path from ROOTDIR
35   MAKERULEDIR := $(ROOTDIR)/ti/build/makerules
36   export MAKERULEDIR
37 endif
38 include $(MAKERULEDIR)/common.mk
40 # OBJs and libraries are built by using rule defined in rules_<target>.mk
41 #     and need not be explicitly specified here
43 # Nothing beyond this point