2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-12-18 15:29:14 +01:00
|
|
|
# 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.
|
2026-02-13 16:20:47 +01:00
|
|
|
# Similarly, buddy must come first since it is used by other drivers.
|
|
|
|
|
obj-$(CONFIG_GPU_BUDDY) += buddy.o
|
2026-02-06 08:52:38 +10:00
|
|
|
obj-y += host1x/ drm/ vga/ tests/
|
2013-09-30 16:13:39 +02:00
|
|
|
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
|
2020-03-02 15:50:44 -08:00
|
|
|
obj-$(CONFIG_TRACE_GPU_MEM) += trace/
|
2025-03-06 23:23:30 +01:00
|
|
|
obj-$(CONFIG_NOVA_CORE) += nova-core/
|