Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu...
[linux-2.6-microblaze.git] / tools / testing / vsock / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 all: test
3 test: vsock_test vsock_diag_test
4 vsock_test: vsock_test.o timeout.o control.o util.o
5 vsock_diag_test: vsock_diag_test.o timeout.o control.o util.o
6
7 CFLAGS += -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
8 .PHONY: all test clean
9 clean:
10         ${RM} *.o *.d vsock_test vsock_diag_test
11 -include *.d