]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/gpu/host1x/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-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
17 obj-$(CONFIG_TEGRA_HOST1X) += host1x.o