android_kernel_samsung_a7y1.../drivers/gpu/Makefile
2023-04-06 22:47:12 +02:00

7 lines
284 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-y += drm/ vga/ arm/
obj-$(CONFIG_TEGRA_HOST1X) += host1x/
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/