kbuild: do not create *.prelink.o for Clang LTO or IBT
[linux-2.6-block.git] / scripts / Kbuild.include
index 3514c2149e9d38e12f6888e17dac6cbe8df443ed..455a0a6ce12d2dc66c9cabcc4acbbb177a78b48c 100644 (file)
@@ -15,6 +15,10 @@ pound := \#
 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
 dot-target = $(dir $@).$(notdir $@)
 
+###
+# Name of target with a '.tmp_' as filename prefix. foo/bar.o => foo/.tmp_bar.o
+tmp-target = $(dir $@).tmp_$(notdir $@)
+
 ###
 # The temporary file to save gcc -MMD generated dependencies must not
 # contain a comma