From 0e68c57382b9a8dfcae050d28495f34d474a5098 Mon Sep 17 00:00:00 2001 From: Markus Eich Date: Thu, 31 Jul 2014 18:48:12 +0200 Subject: [PATCH] patch to remove simlink in mali400 driver. Not needed in kernel but causes problems if the yocto build toolchain is used. --- drivers/gpu/arm/mali400/ump/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/arm/mali400/ump/Kbuild b/drivers/gpu/arm/mali400/ump/Kbuild index 2c4d72c369a9b4..db631952fcb29d 100644 --- a/drivers/gpu/arm/mali400/ump/Kbuild +++ b/drivers/gpu/arm/mali400/ump/Kbuild @@ -21,7 +21,7 @@ $(error No configuration found for config $(CONFIG). Check that arch-$(CONFIG)/c else # Link arch to the selected arch-config directory $(shell [ -L $(src)/arch ] && rm $(src)/arch) -$(shell ln -sf arch-$(CONFIG) $(src)/arch) +$(shell ln -sf $(src)/arch-$(CONFIG) $(src)/arch) $(shell touch $(src)/arch/config.h) endif