summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/Makefile
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2011-12-20 15:39:34 +0200
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-30 10:47:23 +0530
commit377a7a53f0798e35c0a294f72fe25e9166097352 (patch)
tree42c2b63cb528451a88160c8cc6b7f5b25aaddaf9 /drivers/video/tegra/host/Makefile
parent23ec8c441aedd4428f41c7c1153a379b97f2fdb9 (diff)
video: tegra: host: Move 3D code into own directory
Move source files related to gr3d into own directory. Bug 871237 Change-Id: I5118ad792d6ec136d2ec2575eff931e112d5f3b2 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/71782 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Krishna Reddy <vdumpa@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/host/Makefile')
-rw-r--r--drivers/video/tegra/host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/Makefile b/drivers/video/tegra/host/Makefile
index 9b554f92de68..bc3d2fa08210 100644
--- a/drivers/video/tegra/host/Makefile
+++ b/drivers/video/tegra/host/Makefile
@@ -9,10 +9,10 @@ nvhost-objs = \
nvhost_job.o \
dev.o \
bus.o \
- 3dctx_common.o \
debug.o
obj-$(CONFIG_TEGRA_GRHOST) += mpe/
+obj-$(CONFIG_TEGRA_GRHOST) += gr3d/
obj-$(CONFIG_TEGRA_GRHOST) += t20/
obj-$(CONFIG_TEGRA_GRHOST) += t30/
obj-$(CONFIG_TEGRA_GRHOST) += nvhost.o