summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MIPS: port all mach* to multiimageOleksij Rempel2018-12-171-2/+14
| | | | | Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: dts: add generated files to clean ruleAntony Pavlov2016-06-131-1/+1
| | | | | | | | | | | | | | | | | | | This commit is based on Sascha's ARM commits: commit a9e7e68279de3aec38b038211a15a80cfc612c4e Author: Sascha Hauer <s.hauer@pengutronix.de> Date: Fri Dec 11 08:02:02 2015 +0100 ARM: dts: Add *.dtb.lzo to clean files commit f5b552f1fe02a0a39ae859dbc7e7facefe022e3a Author: Sascha Hauer <s.hauer@pengutronix.de> Date: Fri May 9 09:11:49 2014 +0200 ARM: dts: Add generated files to clean rule Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* make: build device trees with obj-dtb-y and pbl-dtb-ySascha Hauer2014-08-071-10/+0
| | | | | | | | | | | To build an object file from a device tree currently we currently have to add them to the Makefile twice, once to dtb-y and once to obj-y. This patch introduces obj-dtb-y and pbl-dtb-y to directly compile a device tree object file for inclusion in the barebox binary or the pbl respectively. The now unneeded dtb-y targets are removed. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mips: Fix dtb build rulesSascha Hauer2014-06-111-1/+4
| | | | | | | | Add intermediate .S files to .SECONDARY. Otherwise make deletes them and regenerates them each build. Also remove KBUILD_DTBS since the make system descends in dts/ anyway. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mips: Add builtin dtb to dtb-ySascha Hauer2014-06-051-2/+4
| | | | | | Otherwise a rebuild of the dtb file is triggered each build. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: add initial device tree supportAntony Pavlov2013-05-131-0/+10
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>