Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73056c9

Browse files
committed
Merge pull request #60 from MarkusEich/odroidxu-3.4.y
Fix for removing symlink in mali400 driver
2 parents b34f657 + 0e68c57 commit 73056c9

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/arm/mali400/ump

1 file changed

+1
-1
lines changed

drivers/gpu/arm/mali400/ump/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $(error No configuration found for config $(CONFIG). Check that arch-$(CONFIG)/c
2121
else
2222
# Link arch to the selected arch-config directory
2323
$(shell [ -L $(src)/arch ] && rm $(src)/arch)
24-
$(shell ln -sf arch-$(CONFIG) $(src)/arch)
24+
$(shell ln -sf $(src)/arch-$(CONFIG) $(src)/arch)
2525
$(shell touch $(src)/arch/config.h)
2626
endif
2727

0 commit comments

Comments
 (0)