diff options
author | Thierry Reding <treding@nvidia.com> | 2013-10-09 08:32:54 (GMT) |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 08:55:40 (GMT) |
commit | fc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2 (patch) | |
tree | c506015e29926a55f09880ad5a238a8bd1d82d02 /drivers/gpu/host1x/Makefile | |
parent | 776dc38403676f499a73d32e2e7c61eb5b42f736 (diff) | |
download | linux-fc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2.tar.xz |
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/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile index 7b78192..616fe82 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 \ |