]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blob - makefile
50eae45a61ebfec7c7b3509dd46afc9d21976183
[keystone-rtos/edma3_lld.git] / makefile
1 # Makefile for edma3 lld app
3 APP_NAME = edma3_drv_6638k2k_a15_sample
5 SRCDIR = ../src ./
6 INCDIR = ../src
8 # List all the external components/interfaces, whose interface header files
9 #  need to be included for this component
10 INCLUDE_EXTERNAL_INTERFACES = edma3_lld
12 # List all the components required by the application
13 COMP_LIST_a15 = edma3_lld_drv edma3_lld_rm
15 XDC_CFG_FILE_a15 =
17 # Common source files and CFLAGS across all platforms and cores
18 SRCS_COMMON = main.c evmTCI6638K2KSample.c
19 CFLAGS_LOCAL_COMMON =
21 # Libraries and Include paths
22 EXT_LIB_a15host = $(edma3_lld_drv_PATH)/lib/a15/$(PROFILE_$(CORE))/edma3_lld_drv.aa15fg $(edma3_lld_rm_PATH)/lib/tci6638k2k-evm/a15/$(PROFILE_$(CORE))/edma3_lld_rm.aa15fg -lrt -lpthread
23 EXT_INCLUDES = -I$(edma3_lld_drv_PATH) -I$(edma3_lld_rm_PATH) -I$(edma3_lld_PATH)/packages
25 # Include common make files
26 include $(ROOTDIR)/makerules/common.mk
28 # Nothing beyond this point