aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngus Ainslie <angus.ainslie@linaro.org>2012-01-10 10:56:56 -0700
committerAngus Ainslie <angus.ainslie@linaro.org>2012-01-10 11:02:39 -0700
commit41824b7e304cb4022dbcf893b7b0db272c2ab374 (patch)
tree0108788b4b42c96763ae8717f3b5d7ae514fbe7e
parent53c134cf3085e4e3f5ec66431b004c44e93a9cdb (diff)
arm: mali: fix relative paths for out of tree buildandroid-release-2012-01
The mali drivers were using relative paths that broke out of tree builds ( ie building with make O= ). This makes those paths absolute. Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org> Signed-off-by: Bernhard Rosenkränzer <bernhard.rosenkranzer@linaro.org>
-rw-r--r--drivers/gpu/arm/mali/Makefile2
-rw-r--r--drivers/gpu/arm/ump/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/arm/mali/Makefile b/drivers/gpu/arm/mali/Makefile
index d4f009aee84..4fcfdadafec 100644
--- a/drivers/gpu/arm/mali/Makefile
+++ b/drivers/gpu/arm/mali/Makefile
@@ -10,7 +10,7 @@
OSKOS :=linux
FILES_PREFIX=
-MALI_FILE_PREFIX := $(srctree)/drivers/gpu/arm/mali
+MALI_FILE_PREFIX := $(VPATH)/drivers/gpu/arm/mali
KBUILDROOT =
# Add platform configuration file for Mali
diff --git a/drivers/gpu/arm/ump/Makefile b/drivers/gpu/arm/ump/Makefile
index 9c1b214b998..eb896edef10 100644
--- a/drivers/gpu/arm/ump/Makefile
+++ b/drivers/gpu/arm/ump/Makefile
@@ -13,7 +13,7 @@ USING_MEMORY_TYPE=1
endif
UMP_FILE_PREFIX =
-UDD_FILE_PREFIX := drivers/gpu/arm/ump/
+UDD_FILE_PREFIX := $(VPATH)/drivers/gpu/arm/ump/
# For each arch check: CROSS_COMPILE , KDIR , CFLAGS += -DARCH