• Masahiro Yamada's avatar
    kbuild: clean .tmp_* pattern by make clean · b0d6207b
    Masahiro Yamada authored
    Change the "make clean" rule to remove all the .tmp_* files.
    
    .tmp_objdiff is the only exception, which should be removed by
    "make mrproper".
    
    Rename the record directory of objdiff, .tmp_objdiff to .objdiff to
    avoid the removal by "make clean".
    Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # LLVM-14 (x86-64)
    b0d6207b
Makefile 63.9 KB