📄 makefile
字号:
# Copyright (C) 2006 NXP B.V.,# All Rights Reserved.## Filename : makefile### Rev Date Author Comments#-------------------------------------------------------------------------------# 1 20061123 neill Initial# 2 20061124 neill Changes after crosscheck# 3 20070921 batelaan Add KMODULE_INCLUDED_COMPSDIR_LOCAL = comps/saa1064#***********************************************************************# 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/saa1064.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 = #-----------------------------------------------------------------------# local CFLAGS#-----------------------------------------------------------------------LOCAL_CFLAGS = #***********************************************************************# 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 + -