Makefile.perf (b3e5ced63e051e8f911b795ac5b06229a5328f7b) Makefile.perf (e31f0d017ea19fce9f12f084e1c750a0e3b43680)
1include ../scripts/Makefile.include
2
3# The default target of this Makefile is...
4all:
5
6include config/utilities.mak
7
8# Define V to have a more verbose compile.

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

68# for reading the x32 mode 32-bit compatibility VDSO in 64-bit mode
69#
70# Define NO_ZLIB if you do not want to support compressed kernel modules
71#
72# Define LIBBABELTRACE if you DO want libbabeltrace support
73# for CTF data format.
74#
75# Define NO_LZMA if you do not want to support compressed (xz) kernel modules
1include ../scripts/Makefile.include
2
3# The default target of this Makefile is...
4all:
5
6include config/utilities.mak
7
8# Define V to have a more verbose compile.

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

68# for reading the x32 mode 32-bit compatibility VDSO in 64-bit mode
69#
70# Define NO_ZLIB if you do not want to support compressed kernel modules
71#
72# Define LIBBABELTRACE if you DO want libbabeltrace support
73# for CTF data format.
74#
75# Define NO_LZMA if you do not want to support compressed (xz) kernel modules
76#
77# Define NO_AUXTRACE if you do not want AUX area tracing support
76
77ifeq ($(srctree),)
78srctree := $(patsubst %/,%,$(dir $(shell pwd)))
79srctree := $(patsubst %/,%,$(dir $(srctree)))
80#$(info Determined 'srctree' to be $(srctree))
81endif
82
83ifneq ($(objtree),)

--- 469 unchanged lines hidden ---
78
79ifeq ($(srctree),)
80srctree := $(patsubst %/,%,$(dir $(shell pwd)))
81srctree := $(patsubst %/,%,$(dir $(srctree)))
82#$(info Determined 'srctree' to be $(srctree))
83endif
84
85ifneq ($(objtree),)

--- 469 unchanged lines hidden ---