diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
1152 | ifeq ($(KBUILD_OUTPUT),) | 1152 | ifeq ($(src),$(obj)) |
1153 | __srctree = | 1153 | __srctree = |
1154 | else | 1154 | else |
1155 | __srctree = $(srctree)/ | 1155 | __srctree = $(srctree)/ |