xref: /linux-6.3-rc2/tools/testing/vsock/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0-only
2all: test vsock_perf
3test: vsock_test vsock_diag_test
4vsock_test: vsock_test.o timeout.o control.o util.o
5vsock_diag_test: vsock_diag_test.o timeout.o control.o util.o
6vsock_perf: vsock_perf.o
7
8CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE
9.PHONY: all test clean
10clean:
11	${RM} *.o *.d vsock_test vsock_diag_test
12-include *.d
13

Last Index update Sun Aug 20 00:18:20 CST 2023