summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/isp/Makefile
diff options
context:
space:
mode:
authorMayuresh Kulkarni <mkulkarni@nvidia.com>2012-02-13 20:34:41 +0530
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-03-21 08:44:15 -0700
commita0f946efbef9caa197ad2048d45722f65618d6c3 (patch)
tree1d92dfe33f44c8119cfe4a141812f6d3b9309926 /drivers/video/tegra/host/isp/Makefile
parent4e1ec69f7c1b5a259d7df0435647e9005f1e033c (diff)
video: tegra: host: refactor for upstreaming
- split the nvhost clients into their own directories - each client is a nvhost_device and nvhost_driver - all the code related to host1x control node is centralized at single place in dev.c - all the code related to host1x modules nodes is centralized at single place in bus_client.c - update the copyright notice & year for new files Bug 871237 Change-Id: Ief85064699e35ad02b48a7e54496928d7f085af4 Signed-off-by: Mayuresh Kulkarni <mkulkarni@nvidia.com> Reviewed-on: http://git-master/r/83491 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/host/isp/Makefile')
-rw-r--r--drivers/video/tegra/host/isp/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/isp/Makefile b/drivers/video/tegra/host/isp/Makefile
new file mode 100644
index 000000000000..7bcdc33c83dc
--- /dev/null
+++ b/drivers/video/tegra/host/isp/Makefile
@@ -0,0 +1,7 @@
+GCOV_PROFILE := y
+EXTRA_CFLAGS += -Idrivers/video/tegra/host
+
+nvhost-isp-objs = \
+ isp.o
+
+obj-$(CONFIG_TEGRA_GRHOST) += nvhost-isp.o