]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/gpu/host1x/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-jammy-kernel.git] / drivers / gpu / host1x / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 host1x-y = \
3 bus.o \
4 syncpt.o \
5 dev.o \
6 intr.o \
7 cdma.o \
8 channel.o \
9 job.o \
10 debug.o \
11 mipi.o \
12 hw/host1x01.o \
13 hw/host1x02.o \
14 hw/host1x04.o \
15 hw/host1x05.o \
16 hw/host1x06.o \
17 hw/host1x07.o
18
19 obj-$(CONFIG_TEGRA_HOST1X) += host1x.o