WIP FPC-III support
[linux/fpc-iii.git] / tools / testing / vsock / Makefile
blobf8293c6910c920d760e589cc4ce5e295af26f5e2
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
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