blob: 49fd5807b0e77178d7597590c40c5fe034c73a03 [file] [log] [blame]
Terje Bergstrom75471682013-03-22 16:34:01 +02001ccflags-y = -Idrivers/gpu/host1x
2
3host1x-y = \
4 syncpt.o \
5 dev.o \
Terje Bergstrom7ede0b02013-03-22 16:34:02 +02006 intr.o \
Terje Bergstrom65793242013-03-22 16:34:03 +02007 cdma.o \
8 channel.o \
9 job.o \
Terje Bergstrom62364512013-03-22 16:34:04 +020010 debug.o \
Terje Bergstrom75471682013-03-22 16:34:01 +020011 hw/host1x01.o
12
13obj-$(CONFIG_TEGRA_HOST1X) += host1x.o