Home
last modified time | relevance | path

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

/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)
/tools/testing/selftests/net/ovpn/
A DMakefile5 VAR_CFLAGS = $(shell pkg-config --cflags libnl-3.0 libnl-genl-3.0 2>/dev/null) macro
6 ifeq ($(VAR_CFLAGS),)
7 VAR_CFLAGS = -I/usr/include/libnl3 macro
9 CFLAGS += $(VAR_CFLAGS)

Completed in 4 milliseconds