License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / tools / testing / selftests / memfd / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -D_FILE_OFFSET_BITS=64
3 CFLAGS += -I../../../../include/uapi/
4 CFLAGS += -I../../../../include/
5 CFLAGS += -I../../../../usr/include/
6
7 TEST_PROGS := run_tests.sh
8 TEST_GEN_FILES := memfd_test fuse_mnt fuse_test
9
10 fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)
11
12 include ../lib.mk
13
14 $(OUTPUT)/fuse_mnt: LDLIBS += $(shell pkg-config fuse --libs)