xref: /linux/drivers/gpu/Makefile (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2f4c5cf88SThierry Reding# drm/tegra depends on host1x, so if both drivers are built-in care must be
3f4c5cf88SThierry Reding# taken to initialize them in the correct order. Link order is the only way
4f4c5cf88SThierry Reding# to ensure this currently.
5*cc27314cSKoen Koning# Similarly, buddy must come first since it is used by other drivers.
6*cc27314cSKoen Koningobj-$(CONFIG_GPU_BUDDY)	+= buddy.o
74a9671a0SJoel Fernandesobj-y			+= host1x/ drm/ vga/ tests/
839b9004dSPhilipp Zabelobj-$(CONFIG_IMX_IPUV3_CORE)	+= ipu-v3/
9bbd9d056SYiwei Zhangobj-$(CONFIG_TRACE_GPU_MEM)		+= trace/
1054e6baf1SDanilo Krummrichobj-$(CONFIG_NOVA_CORE)		+= nova-core/
11