• Masahiro Yamada's avatar
    certs: refactor file cleaning · 5cca3606
    Masahiro Yamada authored
    'make clean' removes files listed in 'targets'. It is redundant to
    specify both 'targets' and 'clean-files'.
    
    Move 'targets' assignments out of the ifeq-conditionals so
    scripts/Makefile.clean can see them.
    
    One effective change is that certs/certs/signing_key.x509 is now
    deleted by 'make clean' instead of 'make mrproper. This certificate
    is embedded in the kernel. It is not used in any way by external
    module builds.
    Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    Reviewed-by: default avatarNicolas Schier <n.schier@avm.de>
    5cca3606
Makefile 3.53 KB