summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-10-09 10:32:54 +0200
committerThierry Reding <treding@nvidia.com>2013-10-31 09:55:40 +0100
commitfc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2 (patch)
treec506015e29926a55f09880ad5a238a8bd1d82d02 /drivers/gpu/host1x/Makefile
parent776dc38403676f499a73d32e2e7c61eb5b42f736 (diff)
downloadlinux-fc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2.tar.bz2
gpu: host1x: Use relative include paths
This is slightly safer than adding -Idrivers/gpu/host1x to cflags-y. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/Makefile')
-rw-r--r--drivers/gpu/host1x/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile
index 7b781920c58a..616fe82ce715 100644
--- a/drivers/gpu/host1x/Makefile
+++ b/drivers/gpu/host1x/Makefile
@@ -1,5 +1,3 @@
-ccflags-y = -Idrivers/gpu/host1x
-
host1x-y = \
bus.o \
syncpt.o \