• Andrew Morton's avatar
    [PATCH] console cleanup · 2c8aa408
    Andrew Morton authored
    From: Sam Ravnborg <sam@ravnborg.org>,
          Ben Collins <bcollins@debian.org>
    
    Fix up the console makefiles and logo generation.
    
    1) To make output look like the rest of the kernel build.
    
    2) To avoid make utilising chained rules, and therefore issuing a 'rm
       drivers/video/logo/linux_logo.c ...' during the build.
    
    I have previously submitted a few patches for logo/Makefile, but this is the
    first one that actually address the problems I have seen in a proper way.
    
    And no, I did not like such a simple thing to look that complicated, the
    other option was to list too many files or to use other types of kbuild/make
    magic.
    2c8aa408
Makefile 1.8 KB