Searched hist:f594297830b29c8204c421fafe66001178ac0f9a (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/boot/dts/ |
H A D | Makefile | diff f594297830b29c8204c421fafe66001178ac0f9a Fri Sep 04 14:49:34 CEST 2015 Josh Boyer <jwboyer@fedoraproject.org> ARM: dts: Fix Makefile target for sun4i-a10-itead-iteaduino-plus
Commit 79ae3e66f8d (ARM: dts: sun4i: Add Iteaduino Plus A10) added a new make target for the sun4i-a10-itead-iteaduino-plus dts file, but mistakenly used .dts instead of the correct .dtb suffix. This resulted in a build error like:
scripts/Makefile.dtbinst:42: target 'sun4i-a10-itead-iteaduino-plus.dts' doesn't match the target pattern
when doing a make dtbs_install.
Fix it to use the proper file name.
Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|