Searched refs:get_sys_includes (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/testing/selftests/net/ |
D | Makefile | 127 define get_sys_includes macro 137 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
|
/linux-6.6.21/samples/hid/ |
D | Makefile | 189 define get_sys_includes macro 195 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
|
/linux-6.6.21/tools/testing/selftests/hid/ |
D | Makefile | 175 define get_sys_includes macro 186 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
|
/linux-6.6.21/samples/bpf/ |
D | Makefile | 344 define get_sys_includes macro 350 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | Makefile | 355 define get_sys_includes macro 371 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH)) 615 TRUNNER_BPF_CFLAGS := $(BPF_CFLAGS) $(call get_sys_includes,gcc,)
|
/linux-6.6.21/tools/perf/ |
D | Makefile.perf | 1053 define get_sys_includes 1064 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
|