Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 17 of 17) sorted by relevance

/tools/perf/util/
A Dsetup.py67 cflags = getenv('CFLAGS', '').split() variable
69 cflags += ['-fno-strict-aliasing', '-Wno-write-strings', '-Wno-unused-parameter', '-Wno-redundant-d…
71 cflags += ["-Wno-unused-command-line-argument" ]
73 cflags += ["-Wno-cast-function-type-mismatch" ]
75 cflags += ['-Wno-cast-function-type' ]
78 cflags += [ "-Wno-declaration-after-statement" ]
87 extra_compile_args = cflags,
/tools/usb/ffs-aio-example/multibuff/host_app/
A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
/tools/usb/ffs-aio-example/simple/host_app/
A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
/tools/testing/selftests/memfd/
A DMakefile9 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null)
/tools/testing/selftests/net/ovpn/
A DMakefile5 VAR_CFLAGS = $(shell pkg-config --cflags libnl-3.0 libnl-genl-3.0 2>/dev/null)
/tools/tracing/rtla/
A DMakefile.standalone4 CFLAGS += $$($(PKG_CONFIG) --cflags libtracefs)
/tools/testing/selftests/alsa/
A DMakefile8 CFLAGS += $(shell pkg-config --cflags alsa) $(KHDR_INCLUDES)
/tools/testing/selftests/net/netfilter/
A DMakefile6 MNL_CFLAGS := $(shell $(HOSTPKG_CONFIG) --cflags libmnl 2>/dev/null)
/tools/objtool/
A DMakefile21 LIBELF_FLAGS := $(shell $(HOSTPKG_CONFIG) libelf --cflags 2>/dev/null)
/tools/bpf/resolve_btfids/
A DMakefile65 LIBELF_FLAGS := $(shell $(HOSTPKG_CONFIG) libelf --cflags 2>/dev/null)
/tools/build/feature/
A DMakefile247 $(BUILD) $(shell $(PKG_CONFIG) --cflags libtracefs 2>/dev/null) -ltracefs
250 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
253 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
/tools/build/
A DMakefile.feature173 FEATURE_CHECK_CFLAGS-$(1) := $(shell $(PKG_CONFIG) --cflags $(1) 2>/dev/null)
A DBuild.include123 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
/tools/testing/selftests/kvm/riscv/
A Dsbi_pmu_test.c180 unsigned long cflags, in get_counter_index() argument
186 cflags, event, 0, 0); in get_counter_index()
/tools/testing/selftests/bpf/
A DMakefile34 LIBELF_CFLAGS := $(shell $(PKG_CONFIG) libelf --cflags 2>/dev/null)
55 PCAP_CFLAGS := $(shell $(PKG_CONFIG) --cflags libpcap 2>/dev/null && echo "-DTRAFFIC_MONITOR=1")
184 LLVM_CFLAGS += $(filter-out -D_GNU_SOURCE,$(shell $(LLVM_CONFIG) --cflags))
278 $(Q)$(CC) $(shell $(PKG_CONFIG) --cflags libcrypto 2> /dev/null) \
/tools/bpf/bpftool/
A DMakefile160 CFLAGS += $(filter-out -D_GNU_SOURCE,$(shell $(LLVM_CONFIG) --cflags))
/tools/perf/
A DMakefile.config803 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n…
814 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null)

Completed in 18 milliseconds