Skip to content

Commit

Permalink
Merge pull request #60 from MarkusEich/odroidxu-3.4.y
Browse files Browse the repository at this point in the history
Fix for removing symlink in mali400 driver
  • Loading branch information
mdrjr committed Jul 31, 2014
2 parents b34f657 + 0e68c57 commit 73056c9
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 73056c9

Please sign in to comment.