Searched refs:get_sys_includes (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H A D | Makefile | 129 define get_sys_includes macro 139 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
|
/openbmc/linux/tools/testing/selftests/hid/ |
H A D | Makefile | 178 define get_sys_includes macro 189 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
|
/openbmc/linux/samples/hid/ |
H A D | Makefile | 189 define get_sys_includes macro 195 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
|
/openbmc/linux/samples/bpf/ |
H A D | Makefile | 348 define get_sys_includes macro 354 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | Makefile | 364 define get_sys_includes macro 380 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH)) 636 TRUNNER_BPF_CFLAGS := $(BPF_CFLAGS) $(call get_sys_includes,gcc,)
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.perf | 1053 define get_sys_includes 1064 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
|