Home
last modified time | relevance | path

Searched refs:VAR_CFLAGS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/memfd/
H A DMakefile11 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null) macro
12 ifeq ($(VAR_CFLAGS),)
13 VAR_CFLAGS := -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse macro
21 fuse_mnt.o: CFLAGS += $(VAR_CFLAGS)
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/
H 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)
/kernel/linux/linux-6.6/tools/tracing/latency/
H A DMakefile4 VAR_CFLAGS := $(shell pkg-config --cflags libtracefs 2>/dev/null) macro
8 CFLAGS = -Wall -Wextra -g -O2 $(VAR_CFLAGS)
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/
H A DMakefile3 VAR_CFLAGS := $(shell pkg-config --cflags mount 2>/dev/null) macro
9 CFLAGS += -O2 -g -std=gnu99 -Wall -I../../../../usr/include/ $(VAR_CFLAGS)

Completed in 2 milliseconds