aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0469e48c9a84..28331288341f 100644
--- a/Makefile
+++ b/Makefile
@@ -1009,7 +1009,7 @@ define check-symlink
1009endef 1009endef
1010 1010
1011# We create the target directory of the symlink if it does 1011# We create the target directory of the symlink if it does
1012# not exist so the test in chack-symlink works and we have a 1012# not exist so the test in check-symlink works and we have a
1013# directory for generated filesas used by some architectures. 1013# directory for generated filesas used by some architectures.
1014define create-symlink 1014define create-symlink
1015 if [ ! -L include/asm ]; then \ 1015 if [ ! -L include/asm ]; then \