[linux] 01/01: [armel] ARM: orion5x: fix Makefile for linkstation-lschl.dtb
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Feb 6 05:46:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
rosh-guest pushed a commit to branch sid
in repository linux.
commit 72280e2b29760ff7b4424ae62f613915c14699b8
Author: Roger Shimizu <rogershimizu at gmail.com>
Date: Mon Feb 6 07:26:38 2017 +0900
[armel] ARM: orion5x: fix Makefile for linkstation-lschl.dtb
---
...5x-fix-Makefile-for-linkstation-lschl.dtb.patch | 28 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 29 insertions(+)
diff --git a/debian/patches/features/arm/ARM-orion5x-fix-Makefile-for-linkstation-lschl.dtb.patch b/debian/patches/features/arm/ARM-orion5x-fix-Makefile-for-linkstation-lschl.dtb.patch
new file mode 100644
index 0000000..19197e2
--- /dev/null
+++ b/debian/patches/features/arm/ARM-orion5x-fix-Makefile-for-linkstation-lschl.dtb.patch
@@ -0,0 +1,28 @@
+From: Arnd Bergmann <arnd at arndb.de>
+Subject: [PATCH] ARM: orion5x: fix Makefile for linkstation-lschl.dtb
+Date: Thu, 2 Feb 2017 12:38:33 +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 at arndb.de>
+Acked-by: Gregory CLEMENT <gregory.clement at free-electrons.com>
+---
+ arch/arm/boot/dts/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
+index f10fe8526239..01d178a2009f 100644
+--- a/arch/arm/boot/dts/Makefile
++++ b/arch/arm/boot/dts/Makefile
+@@ -617,7 +617,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 \
diff --git a/debian/patches/series b/debian/patches/series
index bc25a02..1daceb9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -61,6 +61,7 @@ features/arm/ARM-dts-orion5x-convert-ls-chl-to-FDT.patch
features/arm64/dts-meson-gx-add-firmware-reserved-memory-zone.patch
features/arm/ARM-dts-orion5x-lschl-Fix-model-name.patch
features/arm/ARM-dts-orion5x-lschl-More-consistent-naming-on-link.patch
+features/arm/ARM-orion5x-fix-Makefile-for-linkstation-lschl.dtb.patch
# Miscellaneous bug fixes
bugfix/all/kbuild-use-nostdinc-in-compile-tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list