mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
13
drivers/devfreq/Makefile
Normal file
13
drivers/devfreq/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
obj-$(CONFIG_PM_DEVFREQ) += devfreq.o
|
||||
obj-$(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND) += governor_simpleondemand.o
|
||||
obj-$(CONFIG_DEVFREQ_GOV_SIMPLE_EXYNOS) += governor_simpleexynos.o
|
||||
obj-$(CONFIG_DEVFREQ_GOV_SIMPLE_INTERACTIVE) += governor_simpleinteractive.o
|
||||
obj-$(CONFIG_DEVFREQ_GOV_SIMPLE_USAGE) += governor_simpleusage.o
|
||||
obj-$(CONFIG_DEVFREQ_GOV_PERFORMANCE) += governor_performance.o
|
||||
obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE) += governor_powersave.o
|
||||
obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o
|
||||
|
||||
# DEVFREQ Drivers
|
||||
obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos/
|
||||
obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos/
|
||||
obj-$(CONFIG_ARM_EXYNOS_DEVFREQ) += exynos/
|
Loading…
Add table
Add a link
Reference in a new issue