xref: /linux/tools/testing/selftests/net/rds/Makefile (revision b74360369e13a68337a411efba1fd2bdbb6f1b80)
1# SPDX-License-Identifier: GPL-2.0
2
3all:
4	@echo mk_build_dir="$(shell pwd)" > include.sh
5
6TEST_PROGS := rds_run.sh
7
8TEST_GEN_PROGS := getsockopt
9
10TEST_FILES := \
11	include.sh \
12	settings \
13	test.py \
14# end of TEST_FILES
15
16EXTRA_CLEAN := \
17	include.sh \
18	/tmp/rds_logs \
19# end of EXTRA_CLEAN
20
21CFLAGS += $(KHDR_INCLUDES)
22
23include ../../lib.mk
24