Skip to content
  • Masahiro Yamada's avatar
    kbuild: use scripts/Makefile.clean · efcf8619
    Masahiro Yamada authored and Tom Rini's avatar Tom Rini committed
    
    
    This commit refactors cleaning targets such as
    clean, clobber, mrpropper, distclean
    with scripts/Makefile.clean.
    
    By using scripts/Makefile.clean, we can recursively descend
    into subdirectories and delete generated files there.
    
    We do not need add a big list of generated files
    to the "clean" target.
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
    efcf8619