Skip to content

Commit ec61452

Browse files
committed
scripts: remove bin2c
Commit 80f8be7 ("tomoyo: Omit use of bin2c") removed the last use of bin2c. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> Reviewed-by: Sedat Dilek <sedat.dilek@gmail.com>
1 parent 87c7ee6 commit ec61452

File tree

6 files changed

+2
-43
lines changed

6 files changed

+2
-43
lines changed

Documentation/dontdiff

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ asm_offsets.h
9191
autoconf.h*
9292
av_permissions.h
9393
bbootsect
94-
bin2c
9594
binkernel.spec
9695
bootsect
9796
bounds.h

init/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,6 @@ config CPU_ISOLATION
682682

683683
source "kernel/rcu/Kconfig"
684684

685-
config BUILD_BIN2C
686-
bool
687-
default n
688-
689685
config IKCONFIG
690686
tristate "Kernel .config support"
691687
help

scripts/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
/asn1_compiler
3-
/bin2c
43
/generate_rust_target
54
/insert-sys-cert
65
/kallsyms

scripts/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# scripts contains sources for various helper programs used throughout
44
# the kernel for the build process.
55

6-
hostprogs-always-$(CONFIG_BUILD_BIN2C) += bin2c
76
hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms
87
hostprogs-always-$(BUILD_C_RECORDMCOUNT) += recordmcount
98
hostprogs-always-$(CONFIG_BUILDTIME_TABLE_SORT) += sorttable

scripts/bin2c.c

Lines changed: 0 additions & 36 deletions
This file was deleted.

scripts/remove-stale-files

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ rm -f scripts/extract-cert
2929
rm -f scripts/kconfig/[gmnq]conf-cfg
3030

3131
rm -f rust/target.json
32+
33+
rm -f scripts/bin2c

0 commit comments

Comments
 (0)