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

📄 makefile

📁 最新版的u-boot,2008-10-18发布
💻
字号:
## (C) Copyright 2001-2006# Wolfgang Denk, DENX Software Engineering, wd@denx.de.## See file CREDITS for list of people who contributed to this# project.## This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License as# published by the Free Software Foundation; either version 2 of# the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston,# MA 02111-1307 USA#include $(TOPDIR)/config.mk#CFLAGS += -DDEBUGLIB	= $(obj)librtc.aCOBJS-$(CONFIG_RTC_BFIN) += bfin_rtc.oCOBJS-y += date.oCOBJS-$(CONFIG_RTC_DS12887) += ds12887.oCOBJS-$(CONFIG_RTC_DS1302) += ds1302.oCOBJS-$(CONFIG_RTC_DS1306) += ds1306.oCOBJS-$(CONFIG_RTC_DS1307) += ds1307.oCOBJS-$(CONFIG_RTC_DS1338) += ds1307.oCOBJS-$(CONFIG_RTC_DS1337) += ds1337.oCOBJS-$(CONFIG_RTC_DS1374) += ds1374.oCOBJS-$(CONFIG_RTC_DS1556) += ds1556.oCOBJS-$(CONFIG_RTC_DS164x) += ds164x.oCOBJS-$(CONFIG_RTC_DS174x) += ds174x.oCOBJS-$(CONFIG_RTC_DS3231) += ds3231.oCOBJS-$(CONFIG_RTC_ISL1208) += isl1208.oCOBJS-$(CONFIG_RTC_M41T11) += m41t11.oCOBJS-$(CONFIG_RTC_M41T60) += m41t60.oCOBJS-$(CONFIG_RTC_M41T62) += m41t62.oCOBJS-$(CONFIG_RTC_M48T35A) += m48t35ax.oCOBJS-$(CONFIG_RTC_MAX6900) += max6900.oCOBJS-$(CONFIG_RTC_MC13783) += mc13783-rtc.oCOBJS-$(CONFIG_RTC_MC146818) += mc146818.oCOBJS-$(CONFIG_MCFRTC) += mcfrtc.oCOBJS-$(CONFIG_RTC_MK48T59) += mk48t59.oCOBJS-$(CONFIG_RTC_MPC5200) += mpc5xxx.oCOBJS-$(CONFIG_RTC_MPC8xx) += mpc8xx.oCOBJS-$(CONFIG_RTC_PCF8563) += pcf8563.oCOBJS-$(CONFIG_RTC_PL031) += pl031.oCOBJS-$(CONFIG_RTC_RS5C372A) += rs5c372.oCOBJS-$(CONFIG_RTC_RX8025) += rx8025.oCOBJS-$(CONFIG_RTC_S3C24X0) += s3c24x0_rtc.oCOBJS-$(CONFIG_RTC_X1205) += x1205.oCOBJS	:= $(sort $(COBJS-y))SRCS	:= $(COBJS:.o=.c)OBJS	:= $(addprefix $(obj),$(COBJS))all:	$(LIB)$(LIB):	$(obj).depend $(OBJS)	$(AR) $(ARFLAGS) $@ $(OBJS)########################################################################## defines $(obj).depend targetinclude $(SRCTREE)/rules.mksinclude $(obj).depend#########################################################################

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -