X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fgpu%2Fhost1x%2FMakefile;fp=kernel%2Fdrivers%2Fgpu%2Fhost1x%2FMakefile;h=c1189f0044411810fb2e0e58203421d6ffa302d7;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/drivers/gpu/host1x/Makefile b/kernel/drivers/gpu/host1x/Makefile new file mode 100644 index 000000000..c1189f004 --- /dev/null +++ b/kernel/drivers/gpu/host1x/Makefile @@ -0,0 +1,15 @@ +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 + +obj-$(CONFIG_TEGRA_HOST1X) += host1x.o