⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 Philips芯片saa1064驱动.saa1064是I2C接口控制的LED控制芯片,一般做为前面板的控制芯片
💻
字号:
# 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 + -