Home
last modified time | relevance | path

Searched refs:INCLUDES (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/futex/functional/
DMakefile2 INCLUDES := -I../include -I../../ macro
3 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES)
/tools/objtool/
DMakefile27 INCLUDES := -I$(srctree)/tools/include \ macro
31 CFLAGS := -Werror $(WARNINGS) $(KBUILD_HOSTCFLAGS) -g $(INCLUDES) $(LIBELF_FLAGS)
/tools/lib/lockdep/
DMakefile78 INCLUDES = -I. -I./uinclude -I./include -I../../include $(CONFIG_INCLUDES) macro
85 override CFLAGS += $(CONFIG_FLAGS) $(INCLUDES) $(PLUGIN_DIR_SQ)
/tools/lib/traceevent/plugins/
DMakefile98 INCLUDES = -I. -I.. -I $(srctree)/tools/include $(CONFIG_INCLUDES) macro
109 override CFLAGS += $(CONFIG_FLAGS) $(INCLUDES) $(PLUGIN_DIR_SQ)
/tools/perf/lib/
DMakefile62 INCLUDES = \ macro
74 override CFLAGS += $(INCLUDES)
/tools/lib/traceevent/
DMakefile102 INCLUDES = -I. -I $(srctree)/tools/include $(CONFIG_INCLUDES) macro
113 override CFLAGS += $(CONFIG_FLAGS) $(INCLUDES) $(PLUGIN_DIR_SQ)
/tools/lib/bpf/
DMakefile113 override CFLAGS += $(INCLUDES)
202 $(QUIET_LINK)$(CXX) $(INCLUDES) $^ -lelf -o $@