makefile
来自「ak470x的linux驱动程序.ak470x是scart控制芯片.」· 代码 · 共 71 行
TXT
71 行
# Copyright (C) 2007 NXP B.V.,# All Rights Reserved.## Filename : makefile### Rev Date Author Comments#-------------------------------------------------------------------------------# 1 20060824 burningh Initial# 2 20070921 batelaan Add KMODULE_INCLUDED_COMPSDIR_LOCAL = comps/ak470x#***********************************************************************# Do not change the following include#***********************************************************************include $(_TMROOT)/sde/environment.mk#-----------------------------------------------------------------------# Diversity#-----------------------------------------------------------------------# If no diversity is needed, comment out the next few lines:#include diversity.mk#LIB_SUFFIX = $(_tmosal_DIVERSITY)#-----------------------------------------------------------------------# Source environment variables#-----------------------------------------------------------------------C_SOURCES = \ src/ak470x.c#-----------------------------------------------------------------------# Required components#-----------------------------------------------------------------------REQUIRES = # By default all components required for C compilation must be linked in:LIBS = $(REQUIRES)# KMODULE_INCLUDED_COMPS to be defined if the component represents a kernel module.# A list of other components included in this kernel module.KMODULE_INCLUDED_COMPS = \#-----------------------------------------------------------------------# Directory where the 3rdparty includes are stored#-----------------------------------------------------------------------DIR_INCLUDE = \ $(KSRC)/include#-----------------------------------------------------------------------# local CFLAGS#-----------------------------------------------------------------------LOCAL_CFLAGS = \ -DKERNELLOCAL_CFLAGS+=$(if $(findstring _pnx833x_,$(_TMDIVERSITY)), -DTMFL_IC_PNX833x)LOCAL_CFLAGS+=$(if $(findstring _pnx8335_,$(_TMDIVERSITY)), -DTMFL_IC_PNX8335)#***********************************************************************# Do not change this#***********************************************************************all: configuration lib#***********************************************************************# Do not change the following include#***********************************************************************ifneq ($(DIR_CONFIG),_)include $(DIR_SDE)/$(DIR_CONFIG)/makelib.mkendif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?