diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-19 20:43:01 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-22 18:10:26 +0900 |
commit | 1fdd729019f96d0a6b532be1a8bf7735c59305d8 (patch) | |
tree | 58463515b6601bf7fa0acb348c8a10b4da20299b /Makefile | |
parent | bd964ab4f21f2af920e5042e0c700a61d1ab302c (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |