]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: orion5x: fix Makefile for linkstation-lschl.dtb
authorArnd Bergmann <arnd@arndb.de>
Thu, 2 Feb 2017 11:38:33 +0000 (12:38 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 2 Feb 2017 17:40:04 +0000 (18:40 +0100)
The rename of orion5x-lschl.dts needs to be reflected in the Makefile:

make[3]: *** No rule to make target 'arch/arm/boot/dts/orion5x-lschl.dtb', needed by '__build'.

Fixes: 6cfd3cd8d836 ("ARM: dts: orion5x-lschl: More consistent naming on linkstation series")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/Makefile

index cccdbcb557b6d29b2e45a0c0b9fb792a469cf1fe..20fe4a54ee5e384d4176c463b6e1174202224a69 100644 (file)
@@ -616,7 +616,7 @@ dtb-$(CONFIG_ARCH_ORION5X) += \
        orion5x-lacie-ethernet-disk-mini-v2.dtb \
        orion5x-linkstation-lsgl.dtb \
        orion5x-linkstation-lswtgl.dtb \
-       orion5x-lschl.dtb \
+       orion5x-linkstation-lschl.dtb \
        orion5x-lswsgl.dtb \
        orion5x-maxtor-shared-storage-2.dtb \
        orion5x-netgear-wnr854t.dtb \