Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b34f657 + 0e68c57 commit 73056c9Copy full SHA for 73056c9
drivers/gpu/arm/mali400/ump/Kbuild
@@ -21,7 +21,7 @@ $(error No configuration found for config $(CONFIG). Check that arch-$(CONFIG)/c
21
else
22
# Link arch to the selected arch-config directory
23
$(shell [ -L $(src)/arch ] && rm $(src)/arch)
24
-$(shell ln -sf arch-$(CONFIG) $(src)/arch)
+$(shell ln -sf $(src)/arch-$(CONFIG) $(src)/arch)
25
$(shell touch $(src)/arch/config.h)
26
endif
27
0 commit comments