mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-01 08: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
18
drivers/gpu/drm/tegra/Makefile
Normal file
18
drivers/gpu/drm/tegra/Makefile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
|
||||
|
||||
tegra-drm-y := \
|
||||
drm.o \
|
||||
gem.o \
|
||||
fb.o \
|
||||
dc.o \
|
||||
output.o \
|
||||
rgb.o \
|
||||
hdmi.o \
|
||||
mipi-phy.o \
|
||||
dsi.o \
|
||||
sor.o \
|
||||
dpaux.o \
|
||||
gr2d.o \
|
||||
gr3d.o
|
||||
|
||||
obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue