summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/Makefile
blob: b92016ce09b77c442d8e19f7bedba305456fe187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0
host1x-y = \
	bus.o \
	syncpt.o \
	dev.o \
	intr.o \
	cdma.o \
	channel.o \
	job.o \
	debug.o \
	mipi.o \
	hw/host1x01.o \
	hw/host1x02.o \
	hw/host1x04.o \
	hw/host1x05.o \
	hw/host1x06.o

obj-$(CONFIG_TEGRA_HOST1X) += host1x.o