Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/gpio/
DMakefile4 MOUNT_LDLIBS := $(shell pkg-config --libs mount 2>/dev/null) macro
5 ifeq ($(MOUNT_LDLIBS),)
6 MOUNT_LDLIBS := -lmount -I/usr/include/libmount macro
10 LDLIBS += $(MOUNT_LDLIBS)