mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 10:33:11 +02:00

* mxc/next: (519 commits) MGS-7343 [#nxp] fix the compile warning LF-10253: arm64: vpu : h1: solve encode hang MGS-7413 [#nxp] reorder the directory LF-10543-8: mxc: vpu: wave6: make sequence of decoder capture buffer monotonically increasing LF-10543-7: mxc: vpu: wave6: init seq in a separate task ...
9 lines
320 B
Makefile
9 lines
320 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# 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 += arm/
|
|
obj-y += host1x/ drm/ vga/
|
|
obj-y += imx/
|
|
obj-$(CONFIG_TRACE_GPU_MEM) += trace/
|