1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only 2*4882a593Smuzhiyun# drm/tegra depends on host1x, so if both drivers are built-in care must be 3*4882a593Smuzhiyun# taken to initialize them in the correct order. Link order is the only way 4*4882a593Smuzhiyun# to ensure this currently. 5*4882a593Smuzhiyunobj-$(CONFIG_TEGRA_HOST1X) += host1x/ 6*4882a593Smuzhiyunobj-y += drm/ vga/ arm/ 7*4882a593Smuzhiyunobj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/ 8*4882a593Smuzhiyunobj-$(CONFIG_TRACE_GPU_MEM) += trace/ 9