[opensuse-kernel] [PATCH] group-source-files: mark module.lds as devel file
ld: cannot open linker script file /usr/src/linux-4.2.5-1/arch/arm/kernel/module.lds: No such file or directory --- rpm/group-source-files.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/group-source-files.pl b/rpm/group-source-files.pl index 06e436a..4321f3b 100755 --- a/rpm/group-source-files.pl +++ b/rpm/group-source-files.pl @@ -36,6 +36,7 @@ sub scan m{^\Q$loc\E.*/Makefile} || m{^\Q$loc\E/arch/[^/]+/boot/dts/include/dt-bindings\b} || m{^\Q$loc\E/arch/[^/]+/include\b} || + m{^\Q$loc\E/arch/.*/module\.lds\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} || m{^\Q$loc\E/include/[^/]+\b} || -- 2.6.2 -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Dne 3.11.2015 v 16:20 Andreas Schwab napsal(a):
ld: cannot open linker script file /usr/src/linux-4.2.5-1/arch/arm/kernel/module.lds: No such file or directory --- rpm/group-source-files.pl | 1 + 1 file changed, 1 insertion(+)
Applied to the packaging branch. Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (2)
-
Andreas Schwab
-
Michal Marek