From: Thierry Reding Date: Tue, 8 Oct 2013 14:14:32 +0000 (+0200) Subject: gpu: host1x: Remove unused Makefile X-Git-Tag: v3.13-rc1~69^2~66^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=474318cabce4feac10fa79e69c2aa330415abb01;p=platform%2Fkernel%2Flinux-stable.git gpu: host1x: Remove unused Makefile Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/host1x/hw/Makefile b/drivers/gpu/host1x/hw/Makefile deleted file mode 100644 index 9b50863..0000000 --- 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