Makefile (2b1333b80885b896807ffb6ccf4bc21d29aa65e0) Makefile (fe20cad47e6c79febd323c8db0a1f85896acbcdd)
1# SPDX-License-Identifier: GPL-2.0
2# Some of the tools (perf) use same make variables
3# as in kernel build.
4export srctree=
5export objtree=
6
7include scripts/Makefile.include
8

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

73 $(call descend,$@)
74
75bpf/%: FORCE
76 $(call descend,$@)
77
78libapi: FORCE
79 $(call descend,lib/api)
80
1# SPDX-License-Identifier: GPL-2.0
2# Some of the tools (perf) use same make variables
3# as in kernel build.
4export srctree=
5export objtree=
6
7include scripts/Makefile.include
8

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

73 $(call descend,$@)
74
75bpf/%: FORCE
76 $(call descend,$@)
77
78libapi: FORCE
79 $(call descend,lib/api)
80
81nolibc: FORCE
82 $(call descend,include/nolibc)
83
81nolibc_%: FORCE
82 $(call descend,include/nolibc,$(patsubst nolibc_%,%,$@))
83
84# The perf build does not follow the descend function setup,
85# invoking it via it's own make rule.
86PERF_O = $(if $(O),$(O)/tools/perf,)
87
88perf: FORCE

--- 128 unchanged lines hidden ---
84nolibc_%: FORCE
85 $(call descend,include/nolibc,$(patsubst nolibc_%,%,$@))
86
87# The perf build does not follow the descend function setup,
88# invoking it via it's own make rule.
89PERF_O = $(if $(O),$(O)/tools/perf,)
90
91perf: FORCE

--- 128 unchanged lines hidden ---