• Russell King's avatar
    [ARM] Always decend into compressed and bootp subdirectories. · 3e6157d0
    Russell King authored
    Make was missing the need to rebuild the kernel decompressor when
    files in arch/arm/boot/compressed are changed.  This is because
    make believes that the object contained within is up to date
    (because it doesn't know any better.)  This cset always forces us
    to decend into these two directories if the objects inside these
    are required.
    3e6157d0
Makefile 3.37 KB