kbuild
来自「busybox-1.7.0.rar文件系统」· 代码 · 共 16 行
TXT
16 行
# Makefile for busybox## Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>## Licensed under the GPL v2, see the file LICENSE in this tarball.NEEDED-$(CONFIG_CHATTR) = yNEEDED-$(CONFIG_LSATTR) = yNEEDED-$(CONFIG_MKE2FS) = yNEEDED-$(CONFIG_TUNE2FS) = ylib-y:=lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \ feature.o ls.o uuid.o pe.o ostype.o ps.o hashstr.o \ parse_num.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?