mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
7
drivers/devfreq/exynos/Makefile
Normal file
7
drivers/devfreq/exynos/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Exynos DEVFREQ Drivers
|
||||
obj-$(CONFIG_ARM_EXYNOS_DEVFREQ) += exynos-devfreq.o
|
||||
obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos_ppmu.o exynos4_bus.o
|
||||
obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos_ppmu.o exynos5_bus.o
|
||||
obj-$(CONFIG_ARM_EXYNOS8890_BUS_DEVFREQ)+= exynos8890_bus_mif.o exynos8890_bus_int.o exynos8890_bus_disp.o exynos8890_bus_cam.o
|
||||
obj-$(CONFIG_ARM_EXYNOS7870_BUS_DEVFREQ)+= exynos7870_bus_mif.o exynos7870_bus_int.o exynos7870_bus_disp.o exynos7870_bus_cam.o
|
||||
obj-$(CONFIG_ARM_EXYNOS7570_BUS_DEVFREQ)+= exynos7570_bus_mif.o exynos7570_bus_int.o exynos7570_bus_disp.o exynos7570_bus_cam.o
|
Loading…
Add table
Add a link
Reference in a new issue