brintos

brintos / linux-shallow public Read only

0
0
Text · 172 B · 0c0d7b1 Raw
8 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Makefile for mount selftests.3CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread4 5TEST_GEN_PROGS := mount_setattr_test6 7include ../lib.mk8