mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 07:38:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
19
arch/alpha/oprofile/Makefile
Normal file
19
arch/alpha/oprofile/Makefile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
ccflags-y := -Werror -Wno-sign-compare
|
||||
|
||||
obj-$(CONFIG_OPROFILE) += oprofile.o
|
||||
|
||||
DRIVER_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.o
|
||||
oprofile-$(CONFIG_ALPHA_GENERIC) += op_model_ev4.o \
|
||||
op_model_ev5.o \
|
||||
op_model_ev6.o \
|
||||
op_model_ev67.o
|
||||
oprofile-$(CONFIG_ALPHA_EV4) += op_model_ev4.o
|
||||
oprofile-$(CONFIG_ALPHA_EV5) += op_model_ev5.o
|
||||
oprofile-$(CONFIG_ALPHA_EV6) += op_model_ev6.o \
|
||||
op_model_ev67.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue