makefile
来自「linux 内核源代码」· 代码 · 共 18 行
TXT
18 行
EXTRA_CFLAGS := -Werrorobj-$(CONFIG_OPROFILE) += oprofile.oDRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ oprof.o cpu_buffer.o buffer_sync.o \ event_buffer.o oprofile_files.o \ oprofilefs.o oprofile_stats.o \ timer_int.o )oprofile-y := $(DRIVER_OBJS) common.ooprofile-$(CONFIG_CPU_MIPS32) += op_model_mipsxx.ooprofile-$(CONFIG_CPU_MIPS64) += op_model_mipsxx.ooprofile-$(CONFIG_CPU_R10000) += op_model_mipsxx.ooprofile-$(CONFIG_CPU_SB1) += op_model_mipsxx.ooprofile-$(CONFIG_CPU_RM9000) += op_model_rm9000.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?