Home
last modified time | relevance | path

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

/tools/perf/util/
Dsetup.py21 cflags = getenv('CFLAGS', '').split() variable
23 cflags += ['-fno-strict-aliasing', '-Wno-write-strings', '-Wno-unused-parameter' ]
40 extra_compile_args = cflags,
/tools/usb/ffs-aio-example/simple/host_app/
DMakefile2 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
/tools/usb/ffs-aio-example/multibuff/host_app/
DMakefile2 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
/tools/testing/selftests/memfd/
DMakefile15 fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)
/tools/build/feature/
DMakefile69 …lelf -laudit -I/usr/include/slang -lslang $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/nu…
154 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
157 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
/tools/perf/
DMakefile.config171 PYTHON_EMBED_CCOPTS := $(shell $(PYTHON_CONFIG_SQ) --cflags 2>/dev/null)
517 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n…
526 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null)
586 PYTHON_EMBED_CCOPTS := $(shell $(PYTHON_CONFIG_SQ) --cflags 2>/dev/null)