From 60bca1f6e10139cec94063740bb6f115b16c8995 Mon Sep 17 00:00:00 2001 From: Angus Ainslie Date: Mon, 26 Sep 2011 11:19:44 -0600 Subject: Fix building mali driver with make O= option When building with the make O= option some of the dependenccies and include files can't be resolved. This patch corrects the paths so that the files can be found. Thsis is a patch For Chunsangs repo at : git://git.linaro.org/people/chunsangjeong/mali.git Signed-off-by: Angus Ainslie --- drivers/gpu/arm/mali/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/arm/mali/Makefile b/drivers/gpu/arm/mali/Makefile index 47a147dd608..84817064db0 100755 --- a/drivers/gpu/arm/mali/Makefile +++ b/drivers/gpu/arm/mali/Makefile @@ -10,12 +10,12 @@ OSKOS :=linux FILES_PREFIX= -MALI_FILE_PREFIX := drivers/gpu/arm/mali +MALI_FILE_PREFIX := $(srctree)/drivers/gpu/arm/mali KBUILDROOT = # Add platform configuration file for Mali ifeq ($(CONFIG_ARCH_EXYNOS4),y) -MACHDIR := arch/arm/mach-exynos4 +MACHDIR := $(srctree)/arch/arm/mach-exynos4 MALICONFIGDIR :=$(MACHDIR)/include/mach/mali endif -- cgit v1.2.3