Searched refs:cflags (Results 1 – 17 of 17) sorted by relevance
| /tools/perf/util/ |
| A D | setup.py | 67 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 D | Makefile | 3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
|
| /tools/usb/ffs-aio-example/simple/host_app/ |
| A D | Makefile | 3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
|
| /tools/testing/selftests/memfd/ |
| A D | Makefile | 9 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null)
|
| /tools/testing/selftests/net/ovpn/ |
| A D | Makefile | 5 VAR_CFLAGS = $(shell pkg-config --cflags libnl-3.0 libnl-genl-3.0 2>/dev/null)
|
| /tools/tracing/rtla/ |
| A D | Makefile.standalone | 4 CFLAGS += $$($(PKG_CONFIG) --cflags libtracefs)
|
| /tools/testing/selftests/alsa/ |
| A D | Makefile | 8 CFLAGS += $(shell pkg-config --cflags alsa) $(KHDR_INCLUDES)
|
| /tools/testing/selftests/net/netfilter/ |
| A D | Makefile | 6 MNL_CFLAGS := $(shell $(HOSTPKG_CONFIG) --cflags libmnl 2>/dev/null)
|
| /tools/objtool/ |
| A D | Makefile | 21 LIBELF_FLAGS := $(shell $(HOSTPKG_CONFIG) libelf --cflags 2>/dev/null)
|
| /tools/bpf/resolve_btfids/ |
| A D | Makefile | 65 LIBELF_FLAGS := $(shell $(HOSTPKG_CONFIG) libelf --cflags 2>/dev/null)
|
| /tools/build/feature/ |
| A D | Makefile | 247 $(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 D | Makefile.feature | 173 FEATURE_CHECK_CFLAGS-$(1) := $(shell $(PKG_CONFIG) --cflags $(1) 2>/dev/null)
|
| A D | Build.include | 123 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
|
| /tools/testing/selftests/kvm/riscv/ |
| A D | sbi_pmu_test.c | 180 unsigned long cflags, in get_counter_index() argument 186 cflags, event, 0, 0); in get_counter_index()
|
| /tools/testing/selftests/bpf/ |
| A D | Makefile | 34 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 D | Makefile | 160 CFLAGS += $(filter-out -D_GNU_SOURCE,$(shell $(LLVM_CONFIG) --cflags))
|
| /tools/perf/ |
| A D | Makefile.config | 803 …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