You've already forked android_kernel_samsung_ot8
mirror of
https://github.com/gta7lite/android_kernel_samsung_ot8.git
synced 2026-02-08 17:24:41 -08:00
[Detail] Parent:95bff4cdabMerge 4.19.116 into android-4.19 Start:1fb5886e2cANDROID: GKI: ABI update due to recent patches Target:939882a887Merge 4.19.124 into android-4.19 MTK-Commit-Id: 1eb635d1528eea1412202bbfc6180ca54a63a6c9 Feature: Others Change-Id: I7cb2a66b5a9d66d8c5988e544aefae9248cbefc3 CR-Id: ALPS05137997 Signed-off-by: Breeze.Li <breeze.li@mediatek.com>
8 lines
328 B
Makefile
8 lines
328 B
Makefile
# drm/tegra depends on host1x, so if both drivers are built-in care must be
|
|
# taken to initialize them in the correct order. Link order is the only way
|
|
# to ensure this currently.
|
|
obj-$(CONFIG_TEGRA_HOST1X) += host1x/
|
|
obj-y += drm/ vga/ mediatek/
|
|
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
|
|
obj-$(CONFIG_TRACE_GPU_MEM) += trace/
|