Skip to content
  • Masahiro Yamada's avatar
    kbuild: refactor fdtoverlay rule · bcf0c664
    Masahiro Yamada authored
    
    
    Rename overlay-y to multi-dtb-y, which is a consistent name with
    multi-obj-y. Also, use multi-search to avoid code duplication.
    
    Introduce real-dtb-y, which is a consistent name with real-obj-y,
    to contain primitive blobs compiled from *.dts. This is used to
    calculate the list of *.dt.yaml files.
    
    Set -@ to base DTB without using $(eval ).
    
    Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    bcf0c664