summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/Makefile
blob: 49fd5807b0e77178d7597590c40c5fe034c73a03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
ccflags-y = -Idrivers/gpu/host1x

host1x-y = \
	syncpt.o \
	dev.o \
	intr.o \
	cdma.o \
	channel.o \
	job.o \
	debug.o \
	hw/host1x01.o

obj-$(CONFIG_TEGRA_HOST1X) += host1x.o