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

host1x-y = \
	syncpt.o \
	dev.o \
	intr.o \
	hw/host1x01.o

obj-$(CONFIG_TEGRA_HOST1X) += host1x.o