Makefile 123 Bytes
ccflags-y = -Idrivers/gpu/host1x

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

obj-$(CONFIG_TEGRA_HOST1X) += host1x.o