summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-19 20:43:01 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2023-08-22 18:10:26 +0900
commit1fdd729019f96d0a6b532be1a8bf7735c59305d8 (patch)
tree58463515b6601bf7fa0acb348c8a10b4da20299b /Makefile
parentbd964ab4f21f2af920e5042e0c700a61d1ab302c (diff)
kbuild: remove include/ksym from CLEAN_FILES
This is a remnant of commit 5e9e95cc9148 ("kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4382cdb38fba..64c114e9ce5f 100644
--- a/Makefile
+++ b/Makefile
@@ -1508,7 +1508,7 @@ endif
# make distclean Remove editor backup files, patch leftover files and the like
# Directories & files removed with 'make clean'
-CLEAN_FILES += include/ksym vmlinux.symvers modules-only.symvers \
+CLEAN_FILES += vmlinux.symvers modules-only.symvers \
modules.builtin modules.builtin.modinfo modules.nsdeps \
compile_commands.json .thinlto-cache rust/test rust/doc \
rust-project.json .vmlinux.objs .vmlinux.export.c