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 278d50992c71..2717223d8666 100644
--- a/Makefile
+++ b/Makefile
@@ -1149,7 +1149,7 @@ endif # KBUILD_EXTMOD
1149#(which is the most common case IMHO) to avoid unneeded clutter in the big tags file. 1149#(which is the most common case IMHO) to avoid unneeded clutter in the big tags file.
1150#Adding $(srctree) adds about 20M on i386 to the size of the output file! 1150#Adding $(srctree) adds about 20M on i386 to the size of the output file!
1151 1151
1152ifeq ($(KBUILD_OUTPUT),) 1152ifeq ($(src),$(obj))
1153__srctree = 1153__srctree =
1154else 1154else
1155__srctree = $(srctree)/ 1155__srctree = $(srctree)/