02 Apr, 2015

2 commits


22 Oct, 2014

2 commits

  • This patch adds support of vendor sub directories for dtb files.
    Subdirectories can be specified in $(dts-dirs). Kbuild traverses over
    all directories while building and installing dtb files. The directory
    tree is also reflected in the install path.

    Tested-by: Andrew Bresticker
    Signed-off-by: Robert Richter

    Robert Richter
     
  • Move dtbs install rules to Makefile.dtbinst. This change is needed to
    implement support for dts vendor subdirs. The change makes Makefiles
    easier and smaller as no longer the dtbs_install rule needs to be
    defined. Another advantage is that install goals are not encoded in
    targets anymore (%.dtb_dtbinst_).

    Signed-off-by: Robert Richter

    Robert Richter