Searched refs:CFLAGS (Results 151 - 175 of 206) sorted by relevance

123456789

/linux-master/tools/perf/
H A DMakefile.config19 CFLAGS := $(EXTRA_CFLAGS) $(filter-out -Wnested-externs,$(EXTRA_WARNINGS))
24 CFLAGS += -Wthread-safety
45 CFLAGS += -DHAVE_SYSCALL_TABLE_SUPPORT
51 CFLAGS += -I$(OUTPUT)arch/powerpc/include/generated
59 CFLAGS += -DHAVE_ARCH_X86_64_SUPPORT -I$(OUTPUT)arch/x86/include/generated
73 CFLAGS += -I$(OUTPUT)arch/arm64/include/generated
78 CFLAGS += -I$(OUTPUT)arch/loongarch/include/generated
83 CFLAGS += -fPIC -I$(OUTPUT)arch/s390/include/generated
87 CFLAGS += -I$(OUTPUT)arch/mips/include/generated
190 CFLAGS
[all...]
/linux-master/tools/testing/selftests/bpf/
H A DMakefile36 CFLAGS += -g $(OPT_FLAGS) -rdynamic \
47 progs/bind4_prog.c-CFLAGS := -fno-strict-aliasing
48 progs/bind6_prog.c-CFLAGS := -fno-strict-aliasing
49 progs/dynptr_fail.c-CFLAGS := -fno-strict-aliasing
50 progs/linked_list_fail.c-CFLAGS := -fno-strict-aliasing
51 progs/map_kptr_fail.c-CFLAGS := -fno-strict-aliasing
52 progs/syscall.c-CFLAGS := -fno-strict-aliasing
53 progs/test_pkt_md_access.c-CFLAGS := -fno-strict-aliasing
54 progs/test_sk_lookup.c-CFLAGS := -fno-strict-aliasing
55 progs/timer_crash.c-CFLAGS
[all...]
/linux-master/tools/testing/scatterlist/
H A DMakefile2 CFLAGS += -I. -I../../include -g -O2 -Wall -fsanitize=address
8 CFLAGS += -m32
/linux-master/tools/testing/selftests/proc/
H A DMakefile2 CFLAGS += -Wall -O2 -Wno-unused-function
3 CFLAGS += -D_GNU_SOURCE
/linux-master/tools/net/ynl/samples/
H A DMakefile6 CFLAGS=-std=gnu11 -O2 -W -Wall -Wextra -Wno-unused-parameter -Wshadow \ macro
9 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/linux-master/tools/testing/selftests/net/netfilter/
H A DMakefile42 $(OUTPUT)/nf_queue: CFLAGS += $(MNL_CFLAGS)
45 $(OUTPUT)/conntrack_dump_flush: CFLAGS += $(MNL_CFLAGS)
/linux-master/tools/lib/bpf/
H A DMakefile79 # Set compile option CFLAGS
81 CFLAGS := $(EXTRA_CFLAGS) macro
83 CFLAGS := -g -O2 macro
86 # Append required CFLAGS
87 override CFLAGS += -std=gnu89
88 override CFLAGS += $(EXTRA_WARNINGS) -Wno-switch-enum
89 override CFLAGS += -Werror -Wall
90 override CFLAGS += $(INCLUDES)
91 override CFLAGS += -fvisibility=hidden
92 override CFLAGS
[all...]
/linux-master/tools/power/x86/intel-speed-select/
H A DMakefile16 override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include -I/usr/include/libnl3
24 export srctree OUTPUT CC LD CFLAGS
45 $(QUIET_LINK)$(CC) $(CFLAGS) $< $(LDFLAGS) -o $@
/linux-master/tools/virtio/ringtest/
H A DMakefile6 CFLAGS += -Wall
7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
/linux-master/tools/power/acpi/
H A DMakefile.rules12 $(QUIET) $(LD) $(CFLAGS) $(toolobjs) $(LDFLAGS) -L$(OUTPUT) -o $@
25 $(QUIET) $(CC) -c $(CFLAGS) -o $@ $<
/linux-master/tools/bpf/runqslower/
H A DMakefile15 CFLAGS := -g -Wall $(CLANG_CROSS_FLAGS) macro
16 CFLAGS += $(EXTRA_CFLAGS)
54 $(QUIET_LINK)$(CC) $(CFLAGS) $^ -lelf -lz -o $@
70 $(QUIET_CC)$(CC) $(CFLAGS) $(INCLUDES) -c $(filter %.c,$^) -o $@
/linux-master/tools/power/cpupower/bench/
H A DMakefile18 override CFLAGS += -D_GNU_SOURCE -I../lib -DDEFAULT_CONFIG_FILE=\"$(confdir)/cpufreq-bench.conf\"
22 $(QUIET) $(CC) -c $(CFLAGS) $< -o $@
26 $(QUIET) $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS)
/linux-master/tools/testing/memblock/
H A DMakefile5 CFLAGS += -I. -I../../include -Wall -O2 -fsanitize=address \
16 CFLAGS += -m32
/linux-master/tools/net/ynl/generated/
H A DMakefile4 CFLAGS=-std=gnu11 -O2 -W -Wall -Wextra -Wno-unused-parameter -Wshadow \ macro
7 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/linux-master/tools/testing/selftests/powerpc/pmu/
H A DMakefile19 $(OUTPUT)/count_instructions: CFLAGS += -m64
22 $(OUTPUT)/count_stcx_fail: CFLAGS += -m64
/linux-master/tools/testing/selftests/mm/
H A DMakefile28 # However, the built-in rules, if not suppressed, will pick up CFLAGS and the
35 CFLAGS = -Wall -I $(top_srcdir) $(EXTRA_CFLAGS) $(KHDR_INCLUDES) $(TOOLS_INCLUDES) macro
89 CFLAGS += -no-pie
147 $(BINARIES_32): CFLAGS += -m32 -mxsave
150 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(notdir $^) $(LDLIBS) -o $@
155 $(BINARIES_64): CFLAGS += -m64 -mxsave
158 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(notdir $^) $(LDLIBS) -o $@
/linux-master/arch/powerpc/
H A DMakefile129 CFLAGS-$(CONFIG_PPC64) := $(call cc-option,-mtraceback=no)
131 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mabi=elfv2,$(call cc-option,-mcall-aixdesc))
134 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mabi=elfv1)
135 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mcall-aixdesc)
138 CFLAGS-$(CONFIG_PPC64) += -mcmodel=medium
139 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mno-pointers-to-nested-functions)
140 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mlong-double-128)
144 CFLAGS-$(CONFIG_PPC32) := $(call cc-option, -ffixed-r2)
148 CFLAGS-$(CONFIG_PPC32) += $(call cc-option, $(MULTIPLEWORD))
150 CFLAGS
[all...]
/linux-master/arch/um/
H A DMakefile60 KBUILD_CFLAGS += $(CFLAGS) $(CFLAGS-y) -D__arch_um__ \
71 $(ARCH_INCLUDE) $(MODE_INCLUDE) $(filter -I%,$(CFLAGS)) \
/linux-master/tools/virtio/
H A DMakefile18 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -include ../../include/linux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,-fcf-protection=none) $(call cc-option,-mindirect-branch-register)
20 CFLAGS += -pthread
/linux-master/tools/tracing/latency/
H A DMakefile65 CFLAGS += $(INCLUDES) $(LIB_INCLUDES)
67 export CFLAGS OUTPUT srctree
/linux-master/tools/tracing/rtla/
H A DMakefile64 CFLAGS += $(INCLUDES) $(LIB_INCLUDES)
66 export CFLAGS OUTPUT srctree
H A DMakefile.rtla28 CFLAGS := -g -DVERSION=\"$(VERSION)\" $(FOPTS) $(WOPTS) $(CFLAGS)
H A DMakefile.standalone4 CFLAGS += $$($(PKG_CONFIG) --cflags libtracefs)
/linux-master/tools/verification/rv/
H A DMakefile64 CFLAGS += $(INCLUDES) $(LIB_INCLUDES)
66 export CFLAGS OUTPUT srctree
H A DMakefile.rv29 CFLAGS := -g -DVERSION=\"$(VERSION)\" $(FOPTS) $(WOPTS) $(EXTRA_CFLAGS) $(INCLUDE)

Completed in 418 milliseconds

123456789