📄 makefile_lsi_all
字号:
########################################################################
#
# ORIGIN: LSI Logic Corporation.
# GROUP: Consumer Products Division.
# PROJECT: SDP2000 Settop Box.
# DATE: April 2000.
# PURPOSE: Standard drivers makefile for LSI Set Top Box
# applications.
# NOTE: This include makefile assumes the source modules
# are organised into the sdp2000 directory structure.
#
# $Revision: \main\20010222_CA_1.3Integration\6 $
# $Date: Fri Mar 9 16:48:24 2001 $
#
########################################################################
#
# Name of the application to build
#
NAME = ../coship_lib/cs_qpsk
#
# List the "C" and "assembly" source files which constitute THIS MODULE
#
C_SOURCE = AllCommand.c QPSKFrontEnd.c CSDSC10.c CSDSC12.c CSQPSKDmd.c CSQPSKSwitchs.c \
cx24116.c phantom_cmd.c phantom_dbg.c phantom_drv.c phantom_image.c phantom_api.c cs_os.c \
cx24143_fun.c cx24143_regs.c cx24143drv.c \
CX24108_TUNER.c \
Sharp0302a.c \
mt313drv.c \
zl10039.c \
Stv0299drv.c \
STB6000drv.c \
ix2450drv.c \
Ix2360drv.c \
Ix2273drv.c \
LGS002Fdrv.c \
LGTunerDRV.c stv0399drv.c TDA10086Drv.c \
A_SOURCE =
#
# Once the module and sub modules have been defined the compilations flags
# can be derived. The standard options are defined precisely in common.mk
#
ASFLAGS +=
CFLAGS += -DLSI_PLATFORM
LDFLAGS +=
INCDIRS += -I../../source/drivers/pubh -I../cs_pubh
VPATH +=
# ------------------------------------------------------------------------
# The following should not need to be modified
# ------------------------------------------------------------------------
#
# Define where the common.mk file can be found
#
COMMON_MK_DIR = ../../source/drivers/pubh
include $(COMMON_MK_DIR)/common.mk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -