summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/t30/Makefile
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2011-12-20 16:33:45 +0200
committerVarun Wadekar <vwadekar@nvidia.com>2012-01-04 11:43:40 +0530
commit4d7d30e7aa0d6c5558a65aa0bf50335d5c4d5257 (patch)
treea69881920c1e5c1b53741278d50eefe4264896b1 /drivers/video/tegra/host/t30/Makefile
parent8d5c166abfb5d8f1a3f4786fcd2e22a61dbe8260 (diff)
video: tegra: host: Move host1x code into own directory
Move source files related to host1x into an own directory. Bug 871237 Change-Id: I6fa3ef057f8b788c37dd2ab698271cf7508711c6 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/71783 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Mayuresh Kulkarni <mkulkarni@nvidia.com> Reviewed-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-by: Jon Mayo <jmayo@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/host/t30/Makefile')
-rw-r--r--drivers/video/tegra/host/t30/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/tegra/host/t30/Makefile b/drivers/video/tegra/host/t30/Makefile
index ae6456656994..b343eb4fc7cc 100644
--- a/drivers/video/tegra/host/t30/Makefile
+++ b/drivers/video/tegra/host/t30/Makefile
@@ -1,8 +1,8 @@
GCOV_PROFILE := y
+EXTRA_CFLAGS += -Idrivers/video/tegra/host
+
nvhost-t30-objs = \
- t30.o \
- channel_t30.o \
- debug_t30.o
+ t30.o
obj-$(CONFIG_TEGRA_GRHOST) += nvhost-t30.o