]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - examples/edma3_driver/evmTCI6638K2KBE/makefile
INCLUDE_EXERNAL_ to INCLUDE_EXTERNAL_
[keystone-rtos/edma3_lld.git] / examples / edma3_driver / evmTCI6638K2KBE / makefile
index 21896fd0c1d09422e90c6de51e6c9219571859ac..995df1e9461fabea2a95d129b099ab2d0129a6fc 100644 (file)
@@ -5,9 +5,9 @@ APP_NAME = edma3_drv_EVMtci6638k2kbe_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_tci6638k2kbe_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