diff options
| author | Thierry Reding <treding@nvidia.com> | 2013-09-30 08:17:39 -0400 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 04:55:41 -0400 |
| 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 = \ | |||
| 7 | channel.o \ | 7 | channel.o \ |
| 8 | job.o \ | 8 | job.o \ |
| 9 | debug.o \ | 9 | debug.o \ |
| 10 | hw/host1x01.o | 10 | hw/host1x01.o \ |
| 11 | hw/host1x02.o | ||
| 11 | 12 | ||
| 12 | obj-$(CONFIG_TEGRA_HOST1X) += host1x.o | 13 | obj-$(CONFIG_TEGRA_HOST1X) += host1x.o |
