Skip to content
Snippets Groups Projects
Commit 358c3f8c authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: deb-pkg: do not search for 'scripts' directory under arch/


The 'scripts' directory was searched under arch/${SRCARCH} to copy
arch/ia64/scripts, but commit cf8e8658 ("arch: Remove Itanium
(IA-64) architecture") removed arch/ia64/ entirely.

There is another 'scripts' directory in arch/um/, but this script
is never executed with SRCARCH=um because UML does not support the
linux-headers package.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 16c36f88
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment