📄 makefile
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -