makefile
来自「一个2.4.21版本的嵌入式linux内核」· 代码 · 共 17 行
TXT
17 行
# $Id: Makefile,v 1.7.2.1 2002/03/14 01:26:21 kanoj Exp $# Makefile for the Sun Boot PROM interface library under# Linux.#USE_STANDARD_AS_RULE := trueEXTRA_AFLAGS := -ansiL_TARGET = promlib.aobj-y := bootstr.o devops.o init.o memory.o misc.o \ tree.o console.o printf.o p1275.o map.oinclude $(TOPDIR)/Rules.make%.o: %.c $(CC) $(subst -pg,,$(CFLAGS)) -c $<
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?