Home
last modified time | relevance | path

Searched refs:VAR_CFLAGS (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/memfd/
A DMakefile9 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null) macro
10 ifeq ($(VAR_CFLAGS),)
11 VAR_CFLAGS := -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse macro
19 fuse_mnt.o: CFLAGS += $(VAR_CFLAGS)
/linux-6.3-rc2/tools/tracing/latency/
A DMakefile4 VAR_CFLAGS := $(shell pkg-config --cflags libtracefs 2>/dev/null) macro
8 CFLAGS = -Wall -Wextra -g -O2 $(VAR_CFLAGS)

Completed in 4 milliseconds