diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-09 02:28:43 +0900 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-09-15 21:37:08 +0200 |
commit | 03e46a4d5b439079286e5e0c5211cee33e480c3a (patch) | |
tree | 4ddd1b2a4332861387008a804895fadda7cd83e3 /arch/um | |
parent | 09ccf0364ca3e94aba4093707ef433ea8014e2a4 (diff) | |
download | linux-03e46a4d5b439079286e5e0c5211cee33e480c3a.tar.gz linux-03e46a4d5b439079286e5e0c5211cee33e480c3a.tar.bz2 linux-03e46a4d5b439079286e5e0c5211cee33e480c3a.zip |
um: Remove meaningless clearing of clean-files
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |