Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dts, kbuild: Implement support for dtb vendor subdirs | Robert Richter | 2014-10-21 | 1 | -5/+18 |
| | | | | | | | | | | 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 <abrestic@chromium.org> Signed-off-by: Robert Richter <rrichter@cavium.com> | ||||
* | dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst | Robert Richter | 2014-10-21 | 1 | -0/+38 |
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 <rrichter@cavium.com> |