Makefile (c441bfb5f2866de71e092c1b9d866a65978dfe1a) Makefile (68f5d3f3b6543266b29e047cfaf9842333019b4c)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux,intel}.com)
4#
5
6# Don't instrument UML-specific code; without this, we may crash when
7# accessing the instrumentation buffer for the first time from the
8# kernel.

--- 9 unchanged lines hidden (view full) ---

18 physmem.o process.o ptrace.o reboot.o sigio.o \
19 signal.o syscall.o sysrq.o time.o tlb.o trap.o \
20 um_arch.o umid.o maccess.o kmsg_dump.o skas/
21
22obj-$(CONFIG_BLK_DEV_INITRD) += initrd.o
23obj-$(CONFIG_GPROF) += gprof_syms.o
24obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
25obj-$(CONFIG_STACKTRACE) += stacktrace.o
1# SPDX-License-Identifier: GPL-2.0
2#
3# Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux,intel}.com)
4#
5
6# Don't instrument UML-specific code; without this, we may crash when
7# accessing the instrumentation buffer for the first time from the
8# kernel.

--- 9 unchanged lines hidden (view full) ---

18 physmem.o process.o ptrace.o reboot.o sigio.o \
19 signal.o syscall.o sysrq.o time.o tlb.o trap.o \
20 um_arch.o umid.o maccess.o kmsg_dump.o skas/
21
22obj-$(CONFIG_BLK_DEV_INITRD) += initrd.o
23obj-$(CONFIG_GPROF) += gprof_syms.o
24obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
25obj-$(CONFIG_STACKTRACE) += stacktrace.o
26obj-$(CONFIG_GENERIC_PCI_IOMAP) += ioport.o
26
27USER_OBJS := config.o
28
29include arch/um/scripts/Makefile.rules
30
31targets := config.c config.tmp
32
33# Be careful with the below Sed code - sed is pitfall-rich!

--- 20 unchanged lines hidden ---
27
28USER_OBJS := config.o
29
30include arch/um/scripts/Makefile.rules
31
32targets := config.c config.tmp
33
34# Be careful with the below Sed code - sed is pitfall-rich!

--- 20 unchanged lines hidden ---