]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - examples/edma3_driver/evmDA830/makefile
updated lib path for gcc compiler
[keystone-rtos/edma3_lld.git] / examples / edma3_driver / evmDA830 / makefile
index 7c25488728b0978c1cb5271a572dd29db3d6c4b9..8642d1e3ae38d54133dc5da3d54d9474bb309fe2 100644 (file)
@@ -5,9 +5,9 @@ APP_NAME = edma3_drv_da830_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 = bios xdc edma3_lld
+INCLUDE_EXTERNAL_INTERFACES = bios xdc edma3_lld
 
 # List all the components required by the application
 COMP_LIST_c6xdsp = edma3_lld_drv edma3_lld_rm
@@ -19,17 +19,17 @@ XDC_CFG_FILE_c6xdsp = rtsc_config/edma3_drv_bios6_da830_st_sample.cfg
 SRCS_COMMON = common.c dma_misc_test.c dma_test.c qdma_test.c dma_chain_test.c \
               dma_ping_pong_test.c main.c dma_link_test.c dma_poll_test.c      \
               qdma_link_test.c
-CFLAGS_LOCAL_COMMON = 
+CFLAGS_LOCAL_COMMON =
 
 # Core/SoC/platform specific source files and CFLAGS
-# Example: 
-#   SRCS_<core/SoC/platform-name> = 
+# Example:
+#   SRCS_<core/SoC/platform-name> =
 #   CFLAGS_LOCAL_<core/SoC/platform-name> =
 
 # Include common make files
 include $(ROOTDIR)/makerules/common.mk
 
-# OBJs and libraries are built by using rule defined in rules_<target>.mk 
+# OBJs and libraries are built by using rule defined in rules_<target>.mk
 #     and need not be explicitly specified here
 
 # Nothing beyond this point