From: Masahiro Yamada Date: Thu, 8 Aug 2019 17:28:43 +0000 (+0900) Subject: um: Remove meaningless clearing of clean-files X-Git-Tag: v5.4-rc1~86^2~23 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=03e46a4d5b439079286e5e0c5211cee33e480c3a;p=linux.git um: Remove meaningless clearing of clean-files Signed-off-by: Masahiro Yamada Signed-off-by: Richard Weinberger --- diff --git a/arch/um/kernel/Makefile b/arch/um/kernel/Makefile index 2f36d515762e..89afc54f8699 100644 --- a/arch/um/kernel/Makefile +++ b/arch/um/kernel/Makefile @@ -13,7 +13,6 @@ CPPFLAGS_vmlinux.lds := -DSTART=$(LDS_START) \ -DELF_FORMAT=$(LDS_ELF_FORMAT) \ $(LDS_EXTRA) extra-y := vmlinux.lds -clean-files := obj-y = config.o exec.o exitcode.o irq.o ksyms.o mem.o \ physmem.o process.o ptrace.o reboot.o sigio.o \