hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/um/kernel/Makefile
....@@ -1,6 +1,6 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 #
23 # Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux,intel}.com)
3
-# Licensed under the GPL
44 #
55
66 # Don't instrument UML-specific code; without this, we may crash when
....@@ -13,7 +13,6 @@
1313 -DELF_FORMAT=$(LDS_ELF_FORMAT) \
1414 $(LDS_EXTRA)
1515 extra-y := vmlinux.lds
16
-clean-files :=
1716
1817 obj-y = config.o exec.o exitcode.o irq.o ksyms.o mem.o \
1918 physmem.o process.o ptrace.o reboot.o sigio.o \
....@@ -22,7 +21,6 @@
2221
2322 obj-$(CONFIG_BLK_DEV_INITRD) += initrd.o
2423 obj-$(CONFIG_GPROF) += gprof_syms.o
25
-obj-$(CONFIG_GCOV) += gmon_syms.o
2624 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
2725 obj-$(CONFIG_STACKTRACE) += stacktrace.o
2826