rules.make
来自「rx program which using uart1 in dm355 pl」· MAKE 代码 · 共 49 行
MAKE
49 行
# The installation directory of the DVSDK dvsdk_1_30_00_23.DVSDK_INSTALL_DIR=/home/adam/dm355/dvsdk_1_30_00_23# For backwards compatibilityDVEVM_INSTALL_DIR=$(DVSDK_INSTALL_DIR)# Where the Codec Engine package is installed.CE_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/codec_engine_2_00# Where the XDAIS package is installed.XDAIS_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/xdais_6_00# Where the DSP Link package is installed.#LINK_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/NOT_USED# Where the CMEM (contiguous memory allocator) package is installed.CMEM_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/cmem_2_00# Where the codec servers are installedCODEC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/dm355_codecs_1_06_01# Where the RTSC tools package is installed.XDC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/xdc_3_00_02_11# Where Framework Components product is installedFC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/framework_components_2_00# Where DSP/BIOS is installedBIOS_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/# The directory that points to your kernel source directory.#LINUXKERNEL_INSTALL_DIR=/opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinciLINUXKERNEL_INSTALL_DIR=/home/adam/dm355/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci# The prefix to be added before the GNU compiler tools (optionally including# path), i.e. "arm_v5t_le-" or "/opt/bin/arm_v5t_le-".#MVTOOL_DIR=/opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_leMVTOOL_DIR=/home/adam/dm355/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_leMVTOOL_PREFIX=$(MVTOOL_DIR)/bin/arm_v5t_le-# Where to copy the resulting executables and data to (when executing 'make# install') in a proper file structure. This EXEC_DIR should either be visible# from the target, or you will have to copy this (whole) directory onto the# target filesystem.#EXEC_DIR=/opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le/target/opt/dvsdkEXEC_DIR=/home/adam/workdir/filesys/opt/dvsdkDEV_INCLUDE=/home/adam/ambu355/includeDEV_LIB=/home/adam/ambu355/objs
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?