Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/fuse/
H A DMakefile9 ACL_CFLAGS := $(shell pkg-config fuse3 --cflags 2>/dev/null) macro
11 ifneq ($(ACL_CFLAGS),)
30 $(OUTPUT)/fuse_acl_cache_test: CFLAGS += $(ACL_CFLAGS)