lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 22 Dec 2020 11:00:10 +0800 From: Tiezhu Yang <yangtiezhu@...ngson.cn> To: Masahiro Yamada <masahiroy@...nel.org>, Michal Marek <michal.lkml@...kovi.net> Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org, Xuefeng Li <lixuefeng@...ngson.cn> Subject: [PATCH] Makefile: Remove Module.symvers when make clean Module.symvers still exists when make clean, remove it. Signed-off-by: Tiezhu Yang <yangtiezhu@...ngson.cn> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e30cf02..8235bb7 100644 --- a/Makefile +++ b/Makefile @@ -1468,7 +1468,7 @@ endif # CONFIG_MODULES # Directories & files removed with 'make clean' CLEAN_FILES += include/ksym vmlinux.symvers \ - modules.builtin modules.builtin.modinfo modules.nsdeps \ + modules.builtin modules.builtin.modinfo modules.nsdeps Module.symvers\ compile_commands.json # Directories & files removed with 'make mrproper' -- 2.1.0
Powered by blists - more mailing lists