]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - examples/edma3_user_space_driver/evmTCI6638K2K/makefile
updated lib path for gcc compiler
[keystone-rtos/edma3_lld.git] / examples / edma3_user_space_driver / evmTCI6638K2K / makefile
index 1acf91fb5ae729c756f3679fc34147e573d7581a..50eae45a61ebfec7c7b3509dd46afc9d21976183 100755 (executable)
@@ -5,18 +5,18 @@ APP_NAME = edma3_drv_6638k2k_a15_sample
 SRCDIR = ../src ./
 INCDIR = ../src
 
-# List all the external components/interfaces, whose interface header files 
+# List all the external components/interfaces, whose interface header files
 #  need to be included for this component
-INCLUDE_EXERNAL_INTERFACES = edma3_lld
+INCLUDE_EXTERNAL_INTERFACES = edma3_lld
 
 # List all the components required by the application
 COMP_LIST_a15 = edma3_lld_drv edma3_lld_rm
 
-XDC_CFG_FILE_a15 = 
+XDC_CFG_FILE_a15 =
 
 # Common source files and CFLAGS across all platforms and cores
 SRCS_COMMON = main.c evmTCI6638K2KSample.c
-CFLAGS_LOCAL_COMMON = 
+CFLAGS_LOCAL_COMMON =
 
 # Libraries and Include paths
 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