summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/filesystems/open_tree_ns/Makefile
blob: 4976ed1d7d4a92d73ba6e309e0cf6c165345e612 (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 -O0 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES)
LDLIBS := -lcap

include ../../lib.mk

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