makefile
来自「优龙2410linux2.6.8内核源代码」· 代码 · 共 30 行
TXT
30 行
# arch/ia64/sn/fakeprom/Makefile## This file is subject to the terms and conditions of the GNU General Public# License. See the file "COPYING" in the main directory of this archive# for more details.## Copyright (c) 2000-2003 Silicon Graphics, Inc. All rights reserved.## Medusa fake PROM support#EXTRA_TARGETS := fpromasm.o main.o fw-emu.o fpmem.o klgraph_init.o \ fprom vmlinux.symOBJS := $(obj)/fpromasm.o $(obj)/main.o $(obj)/fw-emu.o $(obj)/fpmem.o \ $(obj)/klgraph_init.oLDFLAGS_fprom = -static -T.PHONY: fpromfprom: $(obj)/fprom$(obj)/fprom: $(src)/fprom.lds $(OBJS) arch/ia64/lib/lib.a FORCE $(call if_changed,ld)$(obj)/vmlinux.sym: $(src)/make_textsym System.map $(src)/make_textsym vmlinux > vmlinux.sym $(call cmd,cptotop)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?