Makefile (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) Makefile (67d7c3023a672c2b73d19d6d23684df670fce648)
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.

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

24obj-$(CONFIG_GPROF) += gprof_syms.o
25obj-$(CONFIG_OF) += dtb.o
26obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
27obj-$(CONFIG_STACKTRACE) += stacktrace.o
28obj-$(CONFIG_GENERIC_PCI_IOMAP) += ioport.o
29
30USER_OBJS := config.o
31
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.

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

24obj-$(CONFIG_GPROF) += gprof_syms.o
25obj-$(CONFIG_OF) += dtb.o
26obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
27obj-$(CONFIG_STACKTRACE) += stacktrace.o
28obj-$(CONFIG_GENERIC_PCI_IOMAP) += ioport.o
29
30USER_OBJS := config.o
31
32include arch/um/scripts/Makefile.rules
32include $(srctree)/arch/um/scripts/Makefile.rules
33
34targets := config.c config.tmp capflags.c
35
36# Be careful with the below Sed code - sed is pitfall-rich!
37# We use sed to lower build requirements, for "embedded" builders for instance.
38
39$(obj)/config.tmp: $(objtree)/.config FORCE
40 $(call if_changed,quote1)

--- 25 unchanged lines hidden ---
33
34targets := config.c config.tmp capflags.c
35
36# Be careful with the below Sed code - sed is pitfall-rich!
37# We use sed to lower build requirements, for "embedded" builders for instance.
38
39$(obj)/config.tmp: $(objtree)/.config FORCE
40 $(call if_changed,quote1)

--- 25 unchanged lines hidden ---