📄 makefile
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -