demod_dcf8722.mak

来自「机顶盒解调芯片DCF8722驱动」· MAK 代码 · 共 29 行

MAK
29
字号
################################################################################
#                                                                              #
#                   CONEXANT PROPRIETARY AND CONFIDENTIAL                      #
#                  Conexant Systems Incorporated  (c) 2007                     #
#                              Shanghai, CHINA                                 #
#                            All Rights Reserved                               #
#                                                                              #
# Demodulator Driver Makefile                                                  #
# - For SGS-THOMSON DCF872x (Cable Tuner Integrated with QAM Demodulator/FEC)  #
#                                                                              #
################################################################################

################################################################################
# File lists.  These macros define the files comprising this driver.           #
################################################################################

GENERAL_C_FILES = DCF_DBG.C DCF_REG.C DCF_DRV.C DCF_TUA6020.C DCF_TUNER.C DCF_API.C DEMOD_DCF.C \
!if "$(DEBUG)"=="YES"  
DCF_PARSER_CMD.C
!endif   

OTHER_FILES = DCF.H DCF_DEFS.H DCF_STR.C DCF_ENUM.H DCF_API.H DCF_REG.H

################################################################################
# Modifications:
#
################################################################################

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?