another stab at fixing out-of-tree build
This commit is contained in:
parent
9f8d938172
commit
f66fe9af89
@ -16,7 +16,7 @@ always:= $(hostprogs-y)
|
||||
|
||||
# This trick decreases amount of rebuilds
|
||||
# if tree is merely renamed/copied
|
||||
ifeq ($(src),$(obj))
|
||||
ifeq ($(srctree),$(objtree))
|
||||
srctree_slash =
|
||||
else
|
||||
srctree_slash = $(srctree)/
|
||||
|
Loading…
Reference in New Issue
Block a user