xref: /linux-6.15/tools/testing/selftests/ublk/Makefile (revision bedc9cbc)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2
3CFLAGS += -O3 -Wl,-no-as-needed -Wall -I $(top_srcdir)
4LDLIBS += -lpthread -lm -luring
5
6TEST_PROGS := test_null_01.sh
7TEST_PROGS += test_loop_01.sh
8TEST_PROGS += test_loop_02.sh
9TEST_PROGS += test_loop_03.sh
10TEST_PROGS += test_loop_04.sh
11
12TEST_GEN_PROGS_EXTENDED = kublk
13
14include ../lib.mk
15
16$(TEST_GEN_PROGS_EXTENDED): kublk.c null.c file_backed.c
17

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026