• Masahiro Yamada's avatar
    kbuild: warn redundant generic-y · 7cbbbb8b
    Masahiro Yamada authored
    The generic-y is redundant under the following condition:
    
     - arch has its own implementation
    
     - the same header is added to generated-y
    
     - the same header is added to mandatory-y
    
    If a redundant generic-y is found, the warning like follows is displayed:
    
      scripts/Makefile.asm-generic:20: redundant generic-y found in arch/arm/include/asm/Kbuild: timex.h
    
    I fixed up arch Kbuild files found by this.
    Suggested-by: default avatarSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    7cbbbb8b
Kbuild 644 Bytes