]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - examples/edma3_driver/evmTI814x_A8/makefile
INCLUDE_EXERNAL_ to INCLUDE_EXTERNAL_
[keystone-rtos/edma3_lld.git] / examples / edma3_driver / evmTI814x_A8 / makefile
index b481701dc8c76c30baaab08f1affd812dfd0ff6b..b43d2d24b13623f3950778147837300237218f8e 100755 (executable)
@@ -1,35 +1,35 @@
-# Makefile for edma3 lld app\r
-\r
-APP_NAME = edma3_drv_arm_ti814x_sample\r
-\r
-SRCDIR = ../src\r
-INCDIR = ../src\r
-\r
-# List all the external components/interfaces, whose interface header files \r
-#  need to be included for this component\r
-INCLUDE_EXERNAL_INTERFACES = bios xdc edma3_lld\r
-\r
-# List all the components required by the application\r
-COMP_LIST_a8host = edma3_lld_drv edma3_lld_rm\r
-\r
-# XDC CFG File\r
-XDC_CFG_FILE_a8host = rtsc_config/edma3_drv_bios6_ti814x_arm_st_sample.cfg\r
-\r
-# Common source files and CFLAGS across all platforms and cores\r
-SRCS_COMMON = common.c dma_misc_test.c dma_test.c qdma_test.c dma_chain_test.c \\r
-              dma_ping_pong_test.c main.c dma_link_test.c dma_poll_test.c      \\r
-              qdma_link_test.c\r
-CFLAGS_LOCAL_COMMON = \r
-\r
-# Core/SoC/platform specific source files and CFLAGS\r
-# Example: \r
-#   SRCS_<core/SoC/platform-name> = \r
-#   CFLAGS_LOCAL_<core/SoC/platform-name> =\r
-\r
-# Include common make files\r
-include $(ROOTDIR)/makerules/common.mk\r
-\r
-# OBJs and libraries are built by using rule defined in rules_<target>.mk \r
-#     and need not be explicitly specified here\r
-\r
-# Nothing beyond this point\r
+# Makefile for edma3 lld app
+
+APP_NAME = edma3_drv_arm_ti814x_sample
+
+SRCDIR = ../src
+INCDIR = ../src
+
+# List all the external components/interfaces, whose interface header files
+#  need to be included for this component
+INCLUDE_EXTERNAL_INTERFACES = bios xdc edma3_lld
+
+# List all the components required by the application
+COMP_LIST_a8host = edma3_lld_drv edma3_lld_rm
+
+# XDC CFG File
+XDC_CFG_FILE_a8host = rtsc_config/edma3_drv_bios6_ti814x_arm_st_sample.cfg
+
+# Common source files and CFLAGS across all platforms and cores
+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 =
+
+# Core/SoC/platform specific source files and CFLAGS
+# 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
+#     and need not be explicitly specified here
+
+# Nothing beyond this point