diff options
author | Thierry Reding <treding@nvidia.com> | 2013-09-30 14:17:39 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 09:55:41 +0100 |
commit | 5407f31bd37d1289dfd0a2a23a45c5ff2aec8e58 (patch) | |
tree | 3fb5e326c74693d083613568a2455a2b99f0e6e5 /drivers/gpu/host1x/Makefile | |
parent | 59d29c0ec93fe9879673b302a182fb3fb80896c3 (diff) |
gpu: host1x: Add support for Tegra114
Tegra114 uses a slightly updated version of host1x with an additional
syncpoint.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/Makefile')
-rw-r--r-- | drivers/gpu/host1x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile index 889217cfb79d..afa1e9e4e512 100644 --- a/drivers/gpu/host1x/Makefile +++ b/drivers/gpu/host1x/Makefile @@ -7,6 +7,7 @@ host1x-y = \ channel.o \ job.o \ debug.o \ - hw/host1x01.o + hw/host1x01.o \ + hw/host1x02.o obj-$(CONFIG_TEGRA_HOST1X) += host1x.o |