• Arnd Bergmann's avatar
    ARM: 9140/1: allow compile-testing without machine record · 336fe1d6
    Arnd Bergmann authored
    A lot of randconfig builds end up not selecting any machine type at
    all. This is generally fine for the purpose of compile testing, but
    of course it means that the kernel is not usable on actual hardware,
    and it causes a warning about this fact.
    
    As most of the build bots now force-enable CONFIG_COMPILE_TEST for
    randconfig builds, use that as a guard to control whether we warn
    on this type of broken configuration.
    
    We could do the same for the missing-cpu-type warning, but those
    configurations fail to build much earlier.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
    336fe1d6
vmlinux.lds.S 3.43 KB