diff options
author | Thierry Reding <treding@nvidia.com> | 2013-10-08 16:14:32 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 09:20:04 +0100 |
commit | 474318cabce4feac10fa79e69c2aa330415abb01 (patch) | |
tree | 6003df5ff733308de04859ef532d23768b0cecf4 /drivers/gpu/host1x | |
parent | a9ff999538ab2bf6d3b1ed8ab5a016bfc6fe2cd1 (diff) | |
download | linux-stable-474318cabce4feac10fa79e69c2aa330415abb01.tar.gz linux-stable-474318cabce4feac10fa79e69c2aa330415abb01.tar.bz2 linux-stable-474318cabce4feac10fa79e69c2aa330415abb01.zip |
gpu: host1x: Remove unused Makefile
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x')
-rw-r--r-- | drivers/gpu/host1x/hw/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/host1x/hw/Makefile b/drivers/gpu/host1x/hw/Makefile deleted file mode 100644 index 9b50863a2236..000000000000 --- a/drivers/gpu/host1x/hw/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -ccflags-y = -Idrivers/gpu/host1x - -host1x-hw-objs = \ - host1x01.o - -obj-$(CONFIG_TEGRA_HOST1X) += host1x-hw.o |