summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/filesystems/open_tree_ns/Makefile
blob: 73c03c4a7ef66516138a3b67d6c4cddd7703d679 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
TEST_GEN_PROGS := open_tree_ns_test

CFLAGS := -Wall -Werror -g $(KHDR_INCLUDES)
LDLIBS := -lcap

include ../../lib.mk

$(OUTPUT)/open_tree_ns_test: open_tree_ns_test.c ../utils.c
	$(CC) $(CFLAGS) -o $@ $^ $(LDLIBS)