]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blob - examples/edma3_user_space_driver/evmC66AK2E/makefile
23dab4d30c95ca1897e8cae76c75d60feb60c6f8
[keystone-rtos/edma3_lld.git] / examples / edma3_user_space_driver / evmC66AK2E / makefile
1 # Makefile for edma3 lld app
3 APP_NAME = edma3_drv_c66ak2e_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_EXERNAL_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 evmC66AK2ESample.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/c66ak2e-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