Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/memfd/
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)
/Linux-v5.10/tools/testing/selftests/gpio/
DMakefile3 VAR_CFLAGS := $(shell pkg-config --cflags mount 2>/dev/null) macro
9 CFLAGS += -O2 -g -std=gnu99 -Wall -I../../../../usr/include/ $(VAR_CFLAGS)