makefile
来自「讲述linux的初始化过程」· 代码 · 共 18 行
TXT
18 行
## Makefile for the ARC prom monitor library routines under Linux.#L_TARGET = arclib.aL_OBJS = init.o printf.o tree.o env.o cmdline.o misc.o time.o \ file.o identify.oifndef CONFIG_SGI_IP27L_OBJS += console.oendififdef CONFIG_ARC_MEMORYL_OBJS += memory.oendifinclude $(TOPDIR)/Rules.make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?