makefile
来自「根据添加了fs2410平台的arch目录」· 代码 · 共 22 行
TXT
22 行
## arch/ppc/boot/utils/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.HOSTCFLAGS += -I$(TOPDIR)/arch/$(ARCH)/boot/includeall: dummy# Simple programs with 1 file and no extra CFLAGSUTILS = addnote hack-coff mkprep mksimage mknote piggyback mkpmon mkbugboot$(UTILS): $(HOSTCC) $(HOSTCFLAGS) -o $@ $@.cclean: rm -f $(UTILS)include $(TOPDIR)/Rules.make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?