📄 kbuild
字号:
# 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_E2FSCK) = yNEEDED-$(CONFIG_FSCK) = yNEEDED-$(CONFIG_MKE2FS) = yNEEDED-$(CONFIG_TUNE2FS) = ylib-y:=lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \ probe.o read.o resolve.o save.o tag.o list.oCFLAGS_dev.o := -include $(srctree)/include/busybox.hCFLAGS_devname.o := -include $(srctree)/include/busybox.hCFLAGS_devno.o := -include $(srctree)/include/busybox.hCFLAGS_blkid_getsize.o := -include $(srctree)/include/busybox.hCFLAGS_probe.o := -include $(srctree)/include/busybox.hCFLAGS_save.o := -include $(srctree)/include/busybox.hCFLAGS_tag.o := -include $(srctree)/include/busybox.hCFLAGS_list.o := -include $(srctree)/include/busybox.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -