Home
last modified time | relevance | path

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

/linux/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)