makefile

来自「底层驱动开发」· 代码 · 共 16 行

TXT
16
字号
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_RM9000)		+= op_model_rm9000.o

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?