Skip to content

Commit

Permalink
patch to remove simlink in mali400 driver. Not needed in kernel but c…
Browse files Browse the repository at this point in the history
…auses problems if the yocto build toolchain is used.
  • Loading branch information
Markus Eich committed Jul 31, 2014
1 parent b34f657 commit 0e68c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/arm/mali400/ump/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0e68c57

Please sign in to comment.