mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-12 16:25:22 +07:00
9 lines
261 B
Makefile
9 lines
261 B
Makefile
![]() |
obj-$(CONFIG_OPROFILE) += oprofile.o
|
||
|
|
||
|
oprofile-y := $(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 += op_model_avr32.o
|