]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blob - examples/edma3_driver/evmTI814x_ARM/makefile
Added support for Cortex A8 on evmTI814x
[keystone-rtos/edma3_lld.git] / examples / edma3_driver / evmTI814x_ARM / makefile
1 # Makefile for edma3 lld app\r
2 \r
3 APP_NAME = edma3_drv_arm_ti814x_sample\r
4 \r
5 SRCDIR = ../src\r
6 INCDIR = ../src\r
7 \r
8 # List all the external components/interfaces, whose interface header files \r
9 #  need to be included for this component\r
10 INCLUDE_EXERNAL_INTERFACES = bios xdc edma3_lld\r
11 \r
12 # List all the components required by the application\r
13 COMP_LIST_a8host = edma3_lld_drv edma3_lld_rm\r
14 \r
15 # XDC CFG File\r
16 XDC_CFG_FILE_a8host = rtsc_config/edma3_drv_bios6_ti814x_arm_st_sample.cfg\r
17 \r
18 # Common source files and CFLAGS across all platforms and cores\r
19 SRCS_COMMON = common.c dma_misc_test.c dma_test.c qdma_test.c dma_chain_test.c \\r
20               dma_ping_pong_test.c main.c dma_link_test.c dma_poll_test.c      \\r
21               qdma_link_test.c\r
22 CFLAGS_LOCAL_COMMON = \r
23 \r
24 # Core/SoC/platform specific source files and CFLAGS\r
25 # Example: \r
26 #   SRCS_<core/SoC/platform-name> = \r
27 #   CFLAGS_LOCAL_<core/SoC/platform-name> =\r
28 \r
29 # Include common make files\r
30 include $(ROOTDIR)/makerules/common.mk\r
31 \r
32 # OBJs and libraries are built by using rule defined in rules_<target>.mk \r
33 #     and need not be explicitly specified here\r
34 \r
35 # Nothing beyond this point\r